diff --git a/unix/uxpgnt.c b/unix/uxpgnt.c index 450f7b96..2431a29a 100644 --- a/unix/uxpgnt.c +++ b/unix/uxpgnt.c @@ -990,6 +990,7 @@ void run_agent(void) conf_free(conf); pollwrap_free(pw); + sfree(fdlist); } int main(int argc, char **argv)