Hacker News new | ask | show | jobs
by anthk 1063 days ago
Try "valgrind" to check potential memory leaks and also compile your C projects with -Wall and -Wextra, -pedantic it's fine too.