# HG changeset patch # User Christian Hammond # Date 1075966719 0 # Node ID 99a87d90b5709ce72d6cd4d704bbbc0b67d47053 # Parent 9758dcf0afcca507a4c15890b2639b20460d977f [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! committer: Tailor Script diff -r 9758dcf0afcc -r 99a87d90b570 src/ft.h --- 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.