mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
fix(gtk): fix segfault/bus error on ctrl+d
This commit is contained in:
@ -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| {
|
||||
|
Reference in New Issue
Block a user