Wed, 05 Jan 2011 04:11:39 +0000
Free the buffer with the SlpMsgPart. Should fix a few leaks from HanzZ's valgrind logs. Refs #13084.
--- a/libpurple/protocols/msn/slpmsg_part.c Wed Jan 05 03:29:13 2011 +0000 +++ b/libpurple/protocols/msn/slpmsg_part.c Wed Jan 05 04:11:39 2011 +0000 @@ -82,6 +82,7 @@ { g_free(part->header); g_free(part->footer); + g_free(part->buffer); g_free(part);