# HG changeset patch # User Paul Aurich # Date 1257705570 0 # Node ID 2b4465db73f1c97da74e6f2ba66fc00560413fee # Parent ec843b380a1d45c3ed69a52cec4e4ca25870b6d7 Clean up the two temporary buffers. diff -r ec843b380a1d -r 2b4465db73f1 libpurple/protocols/jabber/auth_scram.c --- a/libpurple/protocols/jabber/auth_scram.c Sun Nov 08 18:38:30 2009 +0000 +++ b/libpurple/protocols/jabber/auth_scram.c Sun Nov 08 18:39:30 2009 +0000 @@ -106,5 +106,7 @@ } purple_cipher_context_destroy(context); + g_free(tmp); + g_free(prev); return result; }