зеркало из https://github.com/github/putty.git
Fix benign memory leak in uxpgnt.
No real need - when we fail to free this strbuf, we were about to exit the whole process anyway - but it keeps Leak Sanitiser off my back, as usual.
This commit is contained in:
Родитель
230c8ef4ee
Коммит
891bf36600
|
@ -1191,6 +1191,7 @@ void run_agent(FILE *logfp, const char *symlink_path)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
strbuf_free(upc->prompt_buf);
|
||||
conf_free(conf);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче