CheeseLord / plaid

PLAtformer In D
MIT License
0 stars 0 forks source link

Check for memory and other resource leaks #28

Open kronmillerg opened 8 years ago

kronmillerg commented 8 years ago

I'm not convinced that everything allocated in setup is actually deallocated in cleanup. This won't really matter for now, since cleanup only happens at the end of the program, but once we start reloading a bunch of stuff at level transitions, there could be actual memory leaks.