mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-11 19:59:39 +00:00
gtk: fix missing defer
This commit is contained in:
@@ -76,7 +76,7 @@ fn init(
|
||||
},
|
||||
else => unreachable,
|
||||
};
|
||||
builder.deinit();
|
||||
defer builder.deinit();
|
||||
|
||||
const dialog = builder.getObject(DialogType, "clipboard_confirmation_window").?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user