rtsp-client: indent cleanup

Coverity was moaning about unreachable code, and I think it was just
confused by { being before the label. We'll see if it pops up again.

Coverity 1197705
This commit is contained in:
Vincent Penquerc'h 2014-04-10 16:39:11 +01:00
parent 11369d38ef
commit adc3e8907e

View file

@ -1587,8 +1587,8 @@ unsupported_encryption:
GST_DEBUG_OBJECT (client, "unsupported key encryption");
goto cleanup_message;
}
cleanup_message:
{
cleanup_message:
gst_mikey_message_free (msg);
return FALSE;
}