# HG changeset patch # User Yoshiki Yazawa # Date 1215327454 -32400 # Node ID 76e5611910c5f02d173ead0e7a6d2645eb4baf3f # Parent 89f52081f1150b4d64dc99086471a5aa7242e77c fixed potentially bug diff -r 89f52081f115 -r 76e5611910c5 pidgin-twitter.c --- a/pidgin-twitter.c Sun Jul 06 15:30:55 2008 +0900 +++ b/pidgin-twitter.c Sun Jul 06 15:57:34 2008 +0900 @@ -1232,7 +1232,7 @@ } /* Return if user's icon had already been downloaded or - * the download is failure. */ + * the download failed. */ if((data && data->icon_id) || !url_text) { //xxx if(!url_text) { twitter_debug("downloading %s's icon failed : %s\n", @@ -1245,7 +1245,6 @@ data->requested = FALSE; g_free(user_name); - g_free(data); return; }