LWJGL Forum

Archive => DevIL => Topic started by: bobjob on August 23, 2007, 12:36:42

Title: memory usage
Post by: bobjob on August 23, 2007, 12:36:42
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() ?
Title: Re: memory usage
Post by: Matzon on August 23, 2007, 12:48:53
when an application exits, the OS should clean all resources - if not, write to your OS supplier  ::)