Commit 16ec1133 authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

demux: mkv: delete all tags

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4f25e7fd
......@@ -94,6 +94,7 @@ matroska_segment_c::~matroska_segment_c()
vlc_delete_all( stored_editions );
vlc_delete_all( translations );
vlc_delete_all( families );
vlc_delete_all( tags );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment