changeset 1634:81e2d8a9106b

Add missing g_free()
author Mikael Berthe <mikael@lilotux.net>
date Sat, 24 Oct 2009 16:24:21 +0200
parents e3afe1da8a5f
children a57f2634ee7c
files mcabber/src/xmpp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/xmpp.c	Sat Oct 24 13:24:46 2009 +0200
+++ b/mcabber/src/xmpp.c	Sat Oct 24 16:24:21 2009 +0200
@@ -1509,6 +1509,7 @@
     scr_LogPrint(LPRINT_LOGNORM, "%s", buf);
     g_free(buf);
   } else {
+    g_free(r);
     return LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS;
   }