Mercurial > pidgin
changeset 11443:d9d60002065b
[gaim-migrate @ 13682]
Fixing a warning. Someone should verify that this is correct.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 04 Sep 2005 22:05:47 +0000 |
parents | 73f7cfa46f1b |
children | d3b870be8759 |
files | src/upnp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/upnp.c Sun Sep 04 21:54:24 2005 +0000 +++ b/src/upnp.c Sun Sep 04 22:05:47 2005 +0000 @@ -856,7 +856,7 @@ GaimInputCondition cond) { NetResponseData* nrd = data; - nrd->recvBuffer = gaim_network_get_local_system_ip(sock); + nrd->recvBuffer = g_strdup(gaim_network_get_local_system_ip(sock)); gaim_timeout_remove(nrd->tima); nrd->done = TRUE;