changeset 8211:99a87d90b570

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 05 Feb 2004 07:38:39 +0000
parents 9758dcf0afcc
children ad164c1ca79d
files src/ft.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.