Comment by jeden
12 hours ago
please compile Your egui program and check:
valgrind --leak-check=full --show-reachable=yes --track-origins=yes -s ./your_program
is memory leak?
12 hours ago
please compile Your egui program and check:
valgrind --leak-check=full --show-reachable=yes --track-origins=yes -s ./your_program
is memory leak?
No comments yet
Contribute on Hacker News ↗