I\'ve just started experimenting with SDL in C++, and I thought checking for memory leaks regularly may be a good habit to form early on.
With this in mind, I\'ve been
For a desktop application, small memory leaks are not a real problem. For services (servers) no memory leaks are acceptable.