From: Timo Sirainen Date: Tue, 8 Jun 2010 19:51:59 +0000 (+0100) Subject: auth: Fixed a memory leak when looking up penalty value from anvil. X-Git-Tag: 2.0.beta6~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f1e0e620d58f728e8f197ab2bf1a8baf55b4347;p=thirdparty%2Fdovecot%2Fcore.git auth: Fixed a memory leak when looking up penalty value from anvil. --HG-- branch : HEAD --- diff --git a/src/auth/auth-penalty.c b/src/auth/auth-penalty.c index 1ea01fa005..811370e088 100644 --- a/src/auth/auth-penalty.c +++ b/src/auth/auth-penalty.c @@ -88,6 +88,7 @@ static void auth_penalty_anvil_callback(const char *reply, void *context) } request->callback(penalty, request->auth_request); + i_free(request); } static const char *