# HG changeset patch # User Richard Laager # Date 1133946985 0 # Node ID 1112a9ef2cc61736704c9f39858b4669e6188e4f # Parent 4fa5795ac49c48303857f532ca2ac27f4ea2849f [gaim-migrate @ 14693] Fix a leak. This compiles, but I'm now seeing all sorts of random segfaults, both with this code and prior to the change. Thus, I'm fairly sure this change isn't at fault. committer: Tailor Script diff -r 4fa5795ac49c -r 1112a9ef2cc6 plugins/ciphertest.c --- a/plugins/ciphertest.c Wed Dec 07 07:51:30 2005 +0000 +++ b/plugins/ciphertest.c Wed Dec 07 09:16:25 2005 +0000 @@ -227,6 +227,7 @@ { gaim_debug_info("cipher-test", "\tresponse: Got: %s\n", response); gaim_debug_info("cipher-test", "\tresponse: Wanted: %s\n", "6629fae49393a05397450978507c4ef1"); + g_free(response); } }