udpsrc: Also clear GError

This commit is contained in:
Sebastian Dröge 2012-11-09 11:22:30 +01:00
parent b86d20e45b
commit c70ba7765a

View file

@ -459,6 +459,7 @@ no_select:
gst_buffer_unmap (outbuf, &info);
gst_buffer_unref (outbuf);
outbuf = NULL;
g_clear_error (&err);
goto retry;
}
goto receive_error;