Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- 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); } }
