<div dir="ltr"><div><div><div>Hi, I'm writing an element that subclasses GstBin, and returns request ghost pads targeting elements inside the bin.<br></div><div>I noticed that GstGhostPads and GstProxyPads are leaking if they're present in the element when it gets disposed/finalized.<br></div><div><br></div><div>I'm unsure of the cause, but one thing I noticed is that the docs for gst_element_release_request_pad() say that the call needs to be followed by gst_object_unref().<br></div></div>But in gst_element_dispose(), the element's release_pad() is being called without gst_object_unref() afterwards.<br><br>Is this an oversight, or is the pad getting an unnecessary ref somewhere else?<br><br></div><div>Thanks,<br></div>Brendan<br></div>