rtsp-client: indent cleanup
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 10 Apr 2014 15:39:11 +0000 (16:39 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 10 Apr 2014 15:39:11 +0000 (16:39 +0100)
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

gst/rtsp-server/rtsp-client.c

index f2c146e..7158c12 100644 (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;
   }