summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auth.c1
1 files changed, 1 insertions, 0 deletions
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);
}
}