mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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
f9646f3722
commit
d2af0c69a1
1 changed files with 2 additions and 0 deletions
|
@ -776,6 +776,8 @@ GST_START_TEST (test_gap_buffers)
|
|||
fail_unless_track_peak (tag_list, 0.0);
|
||||
fail_unless_track_gain (tag_list, SILENCE_GAIN);
|
||||
|
||||
gst_tag_list_free (tag_list);
|
||||
|
||||
cleanup_rganalysis (element);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue