···261261 // We heap allocate our model because we will require a stable pointer to it in our Button
262262 // widget
263263 const model = try alloc.create(Model);
264264- defer allocator.destroy(model);
264264+ defer alloc.destroy(model);
265265266266 // Set the initial state of our button
267267 model.* = .{