diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-11 14:01:52 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-11 14:01:52 +0000 |
| commit | 0f180098a193507b3ec936314d3a789c6b60dbbb (patch) | |
| tree | a3ae0ed77519e6c7553ea016f4de59a63ed7fe44 /ChangeLog | |
| parent | b603027de797e7e2b5afaf01afd369db2178ce7f (diff) | |
Close some memory leaks spotted by the unit test. Fixes bug #515697.
Original commit message from CVS:
* gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
* tests/check/elements/multifile.c: (GST_START_TEST):
Close some memory leaks spotted by the unit test. Fixes bug #515697.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org> + * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): + * tests/check/elements/multifile.c: (GST_START_TEST): + Close some memory leaks spotted by the unit test. Fixes bug #515697. + +2008-02-11 Sebastian Dröge <slomo@circular-chaos.org> + * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default): Use and unset the GError when pipeline creation fails instead of simply leaking it. Fixes bug #515704. |
