comparison plugins/ciphertest.c @ 12387:1112a9ef2cc6

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 07 Dec 2005 09:16:25 +0000
parents cfc808463763
children 4e045668b9d0
comparison
equal deleted inserted replaced
12386:4fa5795ac49c 12387:1112a9ef2cc6
225 } 225 }
226 else 226 else
227 { 227 {
228 gaim_debug_info("cipher-test", "\tresponse: Got: %s\n", response); 228 gaim_debug_info("cipher-test", "\tresponse: Got: %s\n", response);
229 gaim_debug_info("cipher-test", "\tresponse: Wanted: %s\n", "6629fae49393a05397450978507c4ef1"); 229 gaim_debug_info("cipher-test", "\tresponse: Wanted: %s\n", "6629fae49393a05397450978507c4ef1");
230 g_free(response);
230 } 231 }
231 } 232 }
232 233
233 gaim_debug_info("cipher-test", "HTTP Digest tests completed\n\n"); 234 gaim_debug_info("cipher-test", "HTTP Digest tests completed\n\n");
234 } 235 }