mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285.
Original commit message from CVS: * tests/check/elements/rganalysis.c: (GST_START_TEST): Don't leak a tag list. Fixes bug #529285.
This commit is contained in:
parent
73f8c763e6
commit
3c16269081
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-04-21 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* tests/check/elements/rganalysis.c: (GST_START_TEST):
|
||||||
|
Don't leak a tag list. Fixes bug #529285.
|
||||||
|
|
||||||
2008-04-21 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-04-21 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* tests/check/elements/ofa.c: (bus_handler):
|
* tests/check/elements/ofa.c: (bus_handler):
|
||||||
|
|
|
@ -776,6 +776,8 @@ GST_START_TEST (test_gap_buffers)
|
||||||
fail_unless_track_peak (tag_list, 0.0);
|
fail_unless_track_peak (tag_list, 0.0);
|
||||||
fail_unless_track_gain (tag_list, SILENCE_GAIN);
|
fail_unless_track_gain (tag_list, SILENCE_GAIN);
|
||||||
|
|
||||||
|
gst_tag_list_free (tag_list);
|
||||||
|
|
||||||
cleanup_rganalysis (element);
|
cleanup_rganalysis (element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue