5 Jun
2023
5 Jun
'23
4:46 a.m.
From: Alex Henrie <alexhenrie24(a)gmail.com> --- programs/conhost/conhost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/conhost/conhost.c b/programs/conhost/conhost.c index 04a294fc31f..c2d48d082c6 100644 --- a/programs/conhost/conhost.c +++ b/programs/conhost/conhost.c @@ -715,6 +715,7 @@ static void edit_line_move_to_history( struct console *console, int index ) } else { + free( line ); ctx->status = STATUS_NO_MEMORY; return; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2974