Mercurial > pidgin
diff src/blist.c @ 12687:88ccc3603163
[gaim-migrate @ 15030]
I'm a stickler for getting rid of these crazy little things.
A stickler to the last.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 03 Jan 2006 01:19:32 +0000 |
| parents | f1ee8a29bd69 |
| children | eda1572c788b |
line wrap: on
line diff
--- a/src/blist.c Tue Jan 03 00:23:24 2006 +0000 +++ b/src/blist.c Tue Jan 03 01:19:32 2006 +0000 @@ -427,8 +427,7 @@ } g_free(name); - if (alias) - g_free(alias); + g_free(alias); } static void @@ -503,8 +502,7 @@ parse_setting((GaimBlistNode*)chat, x); } - if (alias) - g_free(alias); + g_free(alias); } static void
