mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
aacparse: Fix memory leak in the test
This commit is contained in:
parent
74c23f0f4f
commit
6c02593386
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ GST_START_TEST (test_parse_proxy_constraints)
|
|||
|
||||
gst_object_unref (sinkpad);
|
||||
|
||||
gst_object_unref (filter);
|
||||
gst_object_unref (parse);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue