rtph263pay: fix leak

Coverity 1212157
This commit is contained in:
Vincent Penquerc'h 2014-06-12 11:11:38 +01:00
parent 6ef26e4a8a
commit fe4c5b92b1

View file

@ -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