mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03: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