talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2aa6fdce4045d93cce4082ece711c8cc047b8fde
parent d8761d2da6c6dcadff995348383afea0c127b19e
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sun, 10 Mar 2019 20:27:34 +0100

Fix buf #4166: corrupted double-linked list

Diffstat:
Msrc/action.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/action.c b/src/action.c @@ -1096,7 +1096,6 @@ static gint wait_for_children(Children *children) free_children(children); } else if (!children->output) { gtk_widget_destroy(children->dialog); - children->dialog = NULL; } return FALSE;