mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
tests: protection: fix leak in unit test
This commit is contained in:
parent
640e3ecfee
commit
ff71bed31c
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ GST_START_TEST (test_decryptor_element_class)
|
|||
|
||||
selected_id = gst_protection_select_system (&sys_ids[3]);
|
||||
fail_unless (selected_id == NULL);
|
||||
|
||||
gst_object_unref (elem);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue