this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw(TextField): free previous_val

+2
+2
src/vxfw/TextField.zig
··· 50 50 pub fn deinit(self: *TextField) void { 51 51 self.buf.allocator.free(self.previous_val); 52 52 self.buf.deinit(); 53 + self.buf.allocator.free(self.previous_val); 54 + self.previous_val = ""; 53 55 } 54 56 55 57 pub fn widget(self: *TextField) vxfw.Widget {