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:
Julien Moutte 2005-11-29 08:27:08 +00:00
parent 8823933bcd
commit 4dfbfec7c2
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -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;