fix(gtk): fix segfault/bus error on ctrl+d

This commit is contained in:
Leigh Oliver
2024-12-28 10:55:13 +00:00
parent 6cbd69da78
commit 034f79cfa2

View File

@ -339,7 +339,7 @@ pub const Notebook = union(enum) {
c.g_object_unref(tab.box);
}
c.gtk_window_destroy(tab.window.window);
c.gtk_window_destroy(window.window);
}
},
.gtk_notebook => |notebook| {