mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/playback/gstplaybasebin.c: Free iterator when done.
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (setup_source): Free iterator when done.
This commit is contained in:
parent
04333a568c
commit
6844069914
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/playback/gstplaybasebin.c: (setup_source):
|
||||
Free iterator when done.
|
||||
|
||||
2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||
|
|
|
@ -1325,6 +1325,8 @@ setup_source (GstPlayBaseBin * play_base_bin, gchar ** new_location)
|
|||
}
|
||||
}
|
||||
|
||||
gst_iterator_free (pads_iter);
|
||||
|
||||
if (is_raw) {
|
||||
no_more_pads (play_base_bin->source, play_base_bin);
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue