Thu, 05 Feb 2004 07:38:39 +0000
[gaim-migrate @ 8934]
I only advised that you g_free the static buffer to weed out the people who
don't know any better! Honest!
| src/ft.h | file | annotate | diff | comparison | revisions |
--- a/src/ft.h Thu Feb 05 04:43:14 2004 +0000 +++ b/src/ft.h Thu Feb 05 07:38:39 2004 +0000 @@ -564,9 +564,6 @@ * If that IP is not set, the system's local IP is tried, via a call to * gaim_xfers_get_local_ip(). * - * @note The returned IP address must be g_free()'d when no longer - * in use. - * * @note The returned string is a pointer to a static buffer. If this * function is called twice, it may be important to make a copy * of the returned string.