how is this not causing the build to fail?

This commit is contained in:
Squibid 2026-02-08 14:14:49 -05:00
parent f1245f5ba5
commit 94bd4e0815
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -62,7 +62,7 @@ pub fn init(self: *Seat) void {
.keymap = keymap.ref(), .keymap = keymap.ref(),
}; };
errdefer { errdefer {
self.keyboard_group.destroy(); self.keyboard_group.deinit();
self.wlr_seat.destroy(); self.wlr_seat.destroy();
} }