rtph263pay: fix leak
Coverity 1212157
This commit is contained in:
parent
6ef26e4a8a
commit
fe4c5b92b1
@ -1713,7 +1713,8 @@ gst_rtp_h263_pay_flush (GstRtpH263Pay * rtph263pay)
|
||||
if (!gst_rtp_h263_pay_mode_B_fragment (rtph263pay, context,
|
||||
context->gobs[i])) {
|
||||
GST_ERROR ("There was an error fragmenting in mode B");
|
||||
return GST_FLOW_ERROR;
|
||||
ret = GST_FLOW_ERROR;
|
||||
goto end;
|
||||
}
|
||||
} else {
|
||||
//IMPLEMENT C mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user