mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
ext/ogg/gstoggdemux.c: Free the list, patch from bug #322704 (Alessandro Decina).
Original commit message from CVS: 2005-11-29 Julien MOUTTE <julien@moutte.net> * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list, patch from bug #322704 (Alessandro Decina).
This commit is contained in:
parent
8823933bcd
commit
4dfbfec7c2
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-29 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
|
||||
patch from bug #322704 (Alessandro Decina).
|
||||
|
||||
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst-libs/gst/audio/Makefile.am:
|
||||
|
|
|
@ -2662,6 +2662,8 @@ gst_ogg_type_find (ogg_packet * packet)
|
|||
walk = g_list_next (walk);
|
||||
}
|
||||
|
||||
g_list_free (type_list);
|
||||
|
||||
if (find.best_probability > 0)
|
||||
return find.caps;
|
||||
|
||||
|
|
Loading…
Reference in a new issue