SOIL.c, SOIL_load_OGL_texture function, lines 154 and 155:
/* and nuke the image data */ SOIL_free_image_data( img );
There is no need to do anything yourself to free the data.
Posted 08 March 2012 - 05:04 PM
/* and nuke the image data */ SOIL_free_image_data( img );
Posted 08 March 2012 - 05:03 PM
/* and nuke the image data */ SOIL_free_image_data( img );
Posted 08 March 2012 - 05:02 PM
/* and nuke the image data */ SOIL_free_image_data( img );There is no need to do anything yourself to free the data.