diff options
Diffstat (limited to 'gst/rtp/gstrtpmp4gpay.c')
-rw-r--r-- | gst/rtp/gstrtpmp4gpay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c index 1c0ba5d8..3220728f 100644 --- a/gst/rtp/gstrtpmp4gpay.c +++ b/gst/rtp/gstrtpmp4gpay.c @@ -184,6 +184,9 @@ gst_rtp_mp4g_pay_finalize (GObject * object) g_free (rtpmp4gpay->params); rtpmp4gpay->params = NULL; + g_free (rtpmp4gpay->profile); + rtpmp4gpay->profile = NULL; + G_OBJECT_CLASS (parent_class)->finalize (object); } |