GNOME Bugzilla – Bug 604099
rtpmux: Make sure to call release_pad() when the element is disposed
Last modified: 2009-12-09 13:47:44 UTC
Created attachment 149358 [details] [review] patch Because of an allocated priv (GstRTPMuxPadPrivate), the element will leak memory if not gst_rtp_mux_release_pad() is called. This would previously only happen if release_request_pad() was called explicitly, somthing that should not be neccesary.
commit 97ef05cbac937766a9e9aa425593d1b8c506723d Author: Håvard Graff <havard.graff@tandberg.com> Date: Wed Dec 9 14:42:21 2009 +0100 rtpmux: release pads when disposing Because of an allocated priv (GstRTPMuxPadPrivate), the element will leak memory if not gst_rtp_mux_release_pad() is called. This would previously only happen if release_request_pad() was called explicitly, somthing that should not be neccesary. Fixes #604099