Mercurial > pidgin-twitter
changeset 87:76e5611910c5
fixed potentially bug
author | Yoshiki Yazawa <yaz@honeyplnaet.jp> |
---|---|
date | Sun, 06 Jul 2008 15:57:34 +0900 |
parents | 89f52081f115 |
children | 090e28908f09 |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }