fix SVACE bug about memory free 14/198614/2 submit/tizen/20190128.071630
authorHyunil <hyunil46.park@samsung.com>
Mon, 28 Jan 2019 06:07:48 +0000 (15:07 +0900)
committerHyunil <hyunil46.park@samsung.com>
Mon, 28 Jan 2019 06:25:11 +0000 (15:25 +0900)
Change-Id: Ife67f029f779bf4b20f192dd55fae9eed24669b2
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
gst-libs/gst/rtsp/gstrtspconnection.c

index 484f2c4..1d2d08f 100644 (file)
@@ -859,7 +859,8 @@ remote_address_failed:
     GST_ERROR ("failed to resolve address: %s", error->message);
     g_object_unref (connection);
     g_clear_error (&error);
-    return GST_RTSP_ERROR;
+    res = GST_RTSP_ERROR;
+    goto exit;
   }
 }