talons

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

commit 65794cd5cf90eb271d3c2db9838bd7833bb567e7
parent e3610952cbba2d9dd2b18868a151b83f2182611d
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;