Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
62171bcd
Commit
62171bcd
authored
May 14, 2005
by
Steve Lhomme
Browse files
mkv.cpp: deal about the memleaks later
parent
1fef4deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
62171bcd
...
...
@@ -99,11 +99,6 @@ extern "C" {
#define MKVD_TIMECODESCALE 1000000
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifdef VSLHC1
#define DVDNAV_COMPILE
#include
<dvdnav.h>
#else
/* VSLHC */
#undef ATTRIBUTE_PACKED
#undef PRAGMA_PACK_BEGIN
#undef PRAGMA_PACK_END
...
...
@@ -364,8 +359,6 @@ typedef struct {
#if PRAGMA_PACK
#pragma pack()
#endif
#endif
/* VSLHC */
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
@@ -2642,7 +2635,7 @@ void matroska_segment_c::UnSelect( )
{
if
(
tracks
[
i_track
]
->
p_es
!=
NULL
)
{
es_format_Clean
(
&
tracks
[
i_track
]
->
fmt
);
//
es_format_Clean( &tracks[i_track]->fmt );
es_out_Del
(
sys
.
demuxer
.
out
,
tracks
[
i_track
]
->
p_es
);
tracks
[
i_track
]
->
p_es
=
NULL
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment