mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
check: Fix minor leak
This commit is contained in:
parent
90106b6bf2
commit
35129b3159
1 changed files with 4 additions and 0 deletions
|
@ -879,6 +879,8 @@ GST_START_TEST (test_stream_align)
|
|||
fail_unless (!discont);
|
||||
}
|
||||
}
|
||||
|
||||
gst_audio_stream_align_free (align);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
@ -1057,6 +1059,8 @@ GST_START_TEST (test_stream_align_reverse)
|
|||
fail_unless (!discont);
|
||||
}
|
||||
}
|
||||
|
||||
gst_audio_stream_align_free (align);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue