Revert "fdmemory: freed pointer will always be 0"

This reverts commit 7fbcefb753.
This commit is contained in:
Luis de Bethencourt 2015-03-24 10:46:44 +00:00
parent 7fbcefb753
commit 90d428a553

View file

@ -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 ("freed GstFdMemory pointer");
GST_DEBUG ("%p: freed", mem);
#endif
}