gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen (sorry).
authorTim-Philipp Müller <tim@centricular.net>
Sun, 17 Jun 2007 12:35:03 +0000 (12:35 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 17 Jun 2007 12:35:03 +0000 (12:35 +0000)
Original commit message from CVS:
* gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
(rtsp_connection_free):
Revert previous commit again, since we are frozen (sorry).

ChangeLog
gst/rtsp/rtspconnection.c

index bbdc89f..894f5dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
+       (rtsp_connection_free):
+         Revert previous commit again, since we are frozen (sorry).
+
+2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
+
        Patch by: Peter Kjellerstedt <pkj at axis com>
 
        * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
index e8c1cee..f96caf4 100644 (file)
@@ -264,7 +264,7 @@ rtsp_connection_connect (RTSPConnection * conn, GTimeVal * timeout)
 
 done:
   conn->fd = fd;
-  conn->ip = g_strdup (ip);
+  conn->ip = ip;
 
   return RTSP_OK;
 
@@ -1030,7 +1030,6 @@ rtsp_connection_free (RTSPConnection * conn)
   g_timer_destroy (conn->timer);
   g_free (conn->username);
   g_free (conn->passwd);
-  g_free (conn->ip);
 
   g_free (conn);