check: Fix minor leak
This commit is contained in:
parent
90106b6bf2
commit
35129b3159
@ -879,6 +879,8 @@ GST_START_TEST (test_stream_align)
|
|||||||
fail_unless (!discont);
|
fail_unless (!discont);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_audio_stream_align_free (align);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
@ -1057,6 +1059,8 @@ GST_START_TEST (test_stream_align_reverse)
|
|||||||
fail_unless (!discont);
|
fail_unless (!discont);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_audio_stream_align_free (align);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user