mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Merge branch 'pre-0.64'.
This commit is contained in:
commit
286cd5a1d8
@ -373,6 +373,7 @@ void log_free(void *handle)
|
|||||||
bufchain_clear(&ctx->queue);
|
bufchain_clear(&ctx->queue);
|
||||||
if (ctx->currlogfilename)
|
if (ctx->currlogfilename)
|
||||||
filename_free(ctx->currlogfilename);
|
filename_free(ctx->currlogfilename);
|
||||||
|
conf_free(ctx->conf);
|
||||||
sfree(ctx);
|
sfree(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user