rtph263pay: fix leak
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 31 Mar 2016 13:57:20 +0000 (14:57 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 31 Mar 2016 14:25:17 +0000 (15:25 +0100)
commit6a16be75bf3fd017ed858ca93f21e15bd1670674
tree4326661153c93afb93ef365ade71131b04f17370
parent41d2b6f19eab29662dc93dc17d2ada6d169a209c
rtph263pay: fix leak

Free memory of current macroblock once it isn't needed so it isn't leaked
by the call of the gst_rtp_h263_pay_B_mbfinder function.
if (!(mac = gst_rtp_h263_pay_B_mbfinder (context, gob, mac, mb))) {

CID 1212156
gst/rtp/gstrtph263pay.c