From ebce97adf5e17143ce16731c7cec7b03b292c4ec Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 19 Jun 2007 14:48:03 +0000 Subject: gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number to a string. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_connect), (rtsp_connection_close), (rtsp_connection_free): Use threadsafe inet_ntop to convert an ip number to a string. Fixes #447961. Don't leak fd (and ip) when freeing a connection without first closing it. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 072f235d..5d0bd94a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-06-19 Wim Taymans + + * gst/rtsp/rtspconnection.c: (rtsp_connection_connect), + (rtsp_connection_close), (rtsp_connection_free): + Use threadsafe inet_ntop to convert an ip number to a string. + Fixes #447961. + Don't leak fd (and ip) when freeing a connection without first closing + it. + 2007-06-19 Jan Schmidt * configure.ac: -- cgit