ref: 02267d3935b9424449cf3997af58f1e64e640d36
parent: 6cde9b95b2a99577bc1123b85cf5de65df86f884
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Dec 11 20:16:56 EST 2022
libauth: aand also fix the leak it in the deactivated code
--- a/sys/src/libauth/auth_getkey.c
+++ b/sys/src/libauth/auth_getkey.c
@@ -23,6 +23,7 @@
}
if(0) if(d->type != '/'){
werrstr("auth_getkey: /factotum may be bad: didn't get key %s", params);
+ free(d);
return -1;
}
free(d);
--
⑨