check/memory: Don't leak the custom allocator

This commit is contained in:
Edward Hervey 2016-11-28 14:00:18 +01:00 committed by Edward Hervey
parent 82c871a8a3
commit 170f77a669

View file

@ -725,6 +725,7 @@ GST_START_TEST (test_no_error_and_no_warning_on_map_failure)
fail_if (info.maxsize != 0);
gst_memory_unref (mem);
gst_object_unref (alloc);
/* Restore previous logging state. */
gst_debug_set_default_threshold (prev_debug_threshold);