From eea542cbde3d608799079a51973d5e096f51e4c4 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 19 Jul 2009 03:17:11 +0000 Subject: free auth_parse --- src/auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/auth.c') diff --git a/src/auth.c b/src/auth.c index a348c143..6667917c 100644 --- a/src/auth.c +++ b/src/auth.c @@ -70,6 +70,7 @@ static void Auth_parse_free(AuthParse_t *auth_parse) { if (auth_parse) { dFree((void *)auth_parse->realm); + dFree(auth_parse); } } -- cgit v1.2.3