diff options
author | corvid <corvid@lavabit.com> | 2009-07-19 03:17:11 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-07-19 03:17:11 +0000 |
commit | eea542cbde3d608799079a51973d5e096f51e4c4 (patch) | |
tree | e5632dd57b4d2902a508730d55113e6c49c521f2 | |
parent | 2ee5e732c456c722b1456bdbc8b203098681b4de (diff) |
free auth_parse
-rw-r--r-- | src/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ static void Auth_parse_free(AuthParse_t *auth_parse) { if (auth_parse) { dFree((void *)auth_parse->realm); + dFree(auth_parse); } } |