this repo has no description
13
fork

Configure Feed

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

Revert "vxfw(TextField): free previous_val"

This reverts commit 3a70d898d5ef52b61f3cae03c5ebab0aa9749e05.

-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 = ""; 55 53 } 56 54 57 55 pub fn widget(self: *TextField) vxfw.Widget {