1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

modules/demux/mp4/mp4.c: Fix an input_item memleak.

This commit is contained in:
Pierre d'Herbemont 2007-12-23 14:40:28 +00:00
parent 395d0372a9
commit e809656e44

View File

@ -426,6 +426,7 @@ static int Open( vlc_object_t * p_this )
p_item_in_category,
PLAYLIST_APPEND, PLAYLIST_END,
NULL, NULL, VLC_FALSE );
vlc_gc_decref( p_input );
}
}
else