diff --git a/ChangeLog b/ChangeLog index bbdc89fd55..894f5ddbe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-17 Tim-Philipp Müller + + * 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 Patch by: Peter Kjellerstedt diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index e8c1ceec84..f96caf4d72 100644 --- a/gst/rtsp/rtspconnection.c +++ b/gst/rtsp/rtspconnection.c @@ -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);