Mercurial > pidgin
diff libpurple/protocols/myspace/markup.c @ 20150:52dce2882c03
Fix a few memory leaks in #3281 (details in ticket).
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Sun, 23 Sep 2007 20:34:35 +0000 |
| parents | e86f136e880e |
| children | b8962a8c5daa |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/markup.c Sun Sep 23 20:30:57 2007 +0000 +++ b/libpurple/protocols/myspace/markup.c Sun Sep 23 20:34:35 2007 +0000 @@ -515,7 +515,8 @@ #endif err = g_strdup_printf("html_tag_to_msim_markup: unrecognized " - "HTML tag %s was sent by the IM client; ignoring"); + "HTML tag %s was sent by the IM client; ignoring", + root->name ? root->name : "(NULL)"); msim_unrecognized(NULL, NULL, err); g_free(err); }
