mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00:00
Merge Gtk event log fix from 'pre-0.64'.
This commit is contained in:
commit
38ec5cbb6b
@ -3550,6 +3550,7 @@ static void eventlog_destroy(GtkWidget *widget, gpointer data)
|
|||||||
|
|
||||||
es->window = NULL;
|
es->window = NULL;
|
||||||
sfree(es->seldata);
|
sfree(es->seldata);
|
||||||
|
es->seldata = NULL;
|
||||||
dlg_cleanup(&es->dp);
|
dlg_cleanup(&es->dp);
|
||||||
ctrl_free_box(es->eventbox);
|
ctrl_free_box(es->eventbox);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user