libpurple/protocols/jabber/auth.c

changeset 30356
086e361eb7a9
parent 30156
6ec7dbe44c83
child 30708
535bec1e66fb
--- a/libpurple/protocols/jabber/auth.c	Thu May 27 21:11:31 2010 +0000
+++ b/libpurple/protocols/jabber/auth.c	Fri May 28 00:26:44 2010 +0000
@@ -158,7 +158,7 @@
 
 		if (mech_name && *mech_name)
 			mechanisms = g_slist_prepend(mechanisms, mech_name);
-		else if (mech_name)
+		else
 			g_free(mech_name);
 
 	}

mercurial