pidgin/purple-plugin-pack

--leaks
org.guifications.plugins
2009-04-15, darkrain42
7d269443846b
Parents 1b12e7e3f624
Children 4887cd80f658
--leaks
--- a/irchelper/irchelper.c Thu Mar 19 01:58:51 2009 -0400
+++ b/irchelper/irchelper.c Wed Apr 15 03:49:44 2009 -0400
@@ -313,6 +313,8 @@
serv_send_im(connection, authserv, authentication, 0);
+ g_free(authentication);
+
/* Register a timeout... If we don't get the expected response from AuthServ,
* we need to stop suppressing messages from it at some point or the user
* could be very confused.
@@ -363,6 +365,7 @@
g_free(error);
}
g_free(conv);
+ g_free(authentication);
/* Register a timeout... If we don't get the expected response from AuthServ,
* we need to stop suppressing messages from it at some point or the user