gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number to a...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 19 Jun 2007 14:48:03 +0000 (14:48 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 19 Jun 2007 14:48:03 +0000 (14:48 +0000)
commitebce97adf5e17143ce16731c7cec7b03b292c4ec
tree9a6199dfc6f1667bda8ec70d717909d9af6a76ed
parent6fb347e76f12d8d956a06c2b51ae8a50abaa2c7d
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
gst/rtsp/rtspconnection.c