Garbage collection of textures and display lists and objects in general
Do I need to write a sub that deletes all the display lists, textures and even object classes so that when my clients install them they wont experience memory leak with usage of my program between reboots?
Or are these all automatically handled already by visual basic so it's redundant?
I am using Visual Basic 2010 express with the tao opengl framework.