mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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;
|
||||
|
||||
beach:
|
||||
gst_rtp_h263_pay_mb_destroy (mac);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue