2
0
Fork 0

mod_auth: fix memleak

This commit is contained in:
Stefan Bühler 2009-10-14 19:36:59 +02:00
parent 44548691ca
commit 114451639a
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ static liHandlerResult auth_basic(liVRequest *vr, gpointer param, gpointer *cont
VR_DEBUG(vr, "wrong authorization info from client for realm \"%s\"", bdata->realm->str);
}
}
g_free(decoded);
}
}