diff options
-rw-r--r-- | tests/check/gst/gstmemory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/gst/gstmemory.c b/tests/check/gst/gstmemory.c index c954a12d3..7f430aeb4 100644 --- a/tests/check/gst/gstmemory.c +++ b/tests/check/gst/gstmemory.c @@ -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); |