mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Unix Pageant: fix missing free at exit.
It's totally harmless, except that if you test Pageant under Leak Sanitiser it makes an annoying error dump at the end of the run.
This commit is contained in:
@ -990,6 +990,7 @@ void run_agent(void)
|
||||
|
||||
conf_free(conf);
|
||||
pollwrap_free(pw);
|
||||
sfree(fdlist);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user