mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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:
parent
11369d38ef
commit
adc3e8907e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue