Might be a stupid question, but if I create a console-application that dynamicly creates object and such, I make sure to free the memmory at shutdown. What happens if a user clo
The application will simply be killed. In this case, memory leaks don't really happen since the OS do the cleanup for you.