rtpg729depay: unmap rtp buffer in error path

This commit is contained in:
Tim-Philipp Müller 2015-07-07 15:50:50 +01:00
parent f07d61a9ef
commit f0c6b728f8

View file

@ -214,6 +214,7 @@ gst_rtp_g729_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
bad_packet:
{
/* no fatal error */
gst_rtp_buffer_unmap (&rtp);
return NULL;
}
}