mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
rtph263pay: Free mac on errors
CID 1212149
This commit is contained in:
parent
bc14107742
commit
f2e17f5791
1 changed files with 1 additions and 0 deletions
|
@ -1236,6 +1236,7 @@ gst_rtp_h263_pay_B_mbfinder (GstRtpH263Pay * rtph263pay,
|
||||||
return mac;
|
return mac;
|
||||||
|
|
||||||
beach:
|
beach:
|
||||||
|
gst_rtp_h263_pay_mb_destroy (mac);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue