summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lucien Van Elsen <lwvanels@mit.edu>1992-08-10 15:13:15 +0000
committerGravatar Lucien Van Elsen <lwvanels@mit.edu>1992-08-10 15:13:15 +0000
commitc1da9d037be1bf78c618432676e4539a654415d7 (patch)
treea6fabf7dc4ac9fed5494950909ece25273232750
parentec6ed75d4ef6f35849a83cdc90172ea603bd3e13 (diff)
fix leak in ZLocateUser
-rw-r--r--lib/ZNewLocU.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ZNewLocU.c b/lib/ZNewLocU.c
index b511deb..3231126 100644
--- a/lib/ZNewLocU.c
+++ b/lib/ZNewLocU.c
@@ -47,5 +47,6 @@ Code_t ZLocateUser(user, nlocs, auth)
}
ZFreeNotice(&notice);
+ ZFreeALD(&zald);
return(ZERR_NONE);
}