diff --git a/gst-libs/gst/allocators/gstfdmemory.c b/gst-libs/gst/allocators/gstfdmemory.c index 2a0e4f4a9a..f25d9faf3a 100644 --- a/gst-libs/gst/allocators/gstfdmemory.c +++ b/gst-libs/gst/allocators/gstfdmemory.c @@ -58,7 +58,7 @@ gst_fd_mem_free (GstAllocator * allocator, GstMemory * gmem) close (mem->fd); g_mutex_clear (&mem->lock); g_slice_free (GstFdMemory, mem); - GST_DEBUG ("%p: freed", mem); + GST_DEBUG ("freed GstFdMemory pointer"); #endif }