Main Menu

memory usage

Started by bobjob, August 23, 2007, 12:36:42

Previous topic - Next topic

bobjob

i was wondering if i had to "destroy()" any images i loaded in devIL before closing the app, or will all resources be returned after the application is terminated or a call to Display.destroy() ?

Matzon

when an application exits, the OS should clean all resources - if not, write to your OS supplier  ::)