Mercurial > pidgin.yaz
diff src/protocols/simple/sipmsg.c @ 12747:b62d685cf841
[gaim-migrate @ 15094]
someone was on a mission to remove these... let me help
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Fri, 06 Jan 2006 06:34:49 +0000 |
| parents | 33ed71b35a43 |
| children | d594f0466585 |
line wrap: on
line diff
--- a/src/protocols/simple/sipmsg.c Fri Jan 06 06:33:46 2006 +0000 +++ b/src/protocols/simple/sipmsg.c Fri Jan 06 06:34:49 2006 +0000 @@ -164,9 +164,9 @@ g_free(elem->value); g_free(elem); } - if(msg->method) g_free(msg->method); - if(msg->target) g_free(msg->target); - if(msg->body) g_free(msg->body); + g_free(msg->method); + g_free(msg->target); + g_free(msg->body); g_free(msg); }
