mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +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;
|
||||
sfree(es->seldata);
|
||||
es->seldata = NULL;
|
||||
dlg_cleanup(&es->dp);
|
||||
ctrl_free_box(es->eventbox);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user