pidgin/ljfisher-ssl-client-auth

0d8b71dac08d
Parents f8e4d4d4e98e
Children 4f1fa7bd4bd9
oscar: Fix the leak of 'alias' in this function
--- a/libpurple/protocols/oscar/oscar.c Fri May 13 07:19:46 2011 +0000
+++ b/libpurple/protocols/oscar/oscar.c Thu May 19 04:16:15 2011 +0000
@@ -4052,6 +4052,7 @@
}
g_free(gname_utf8);
+ g_free(alias);
g_free(alias_utf8);
}
} break;