capy-ui / capy

💻Build one codebase and get native UI on Windows, Linux and Web
https://capy-ui.org
Mozilla Public License 2.0
1.6k stars 60 forks source link

fix memory leak in calculator example #45

Closed wukgdu closed 1 year ago

wukgdu commented 1 year ago

fix memory leak when compute, erase, and the end, and remove the terminating null byte (unnecessary for []const u8, and will leak one byte when free)

I wonder why value in setText("") could be freed, but no error occurs.