GNOME Bugzilla – Bug 529874
[PATCH] basesink leaks sinkpad
Last modified: 2008-04-25 12:18:58 UTC
Valgrind found a leak in gstbasesink: 189 bytes in 6 blocks are indirectly lost in loss record 7 of 16 ... gst_pad_new_from_template (gstpad.c:509) gst_base_sink_init (gstbasesink.c:517) The sinkpad is never freed.
Created attachment 109899 [details] [review] Trivial patch to fix the leak
Sorry, this was false alarm. There was unref problem in my test application. Marking as INVALID.