freeimage/memory leak?

Blitz3D Forums/Blitz3D Beginners Area/freeimage/memory leak?

b32(Posted 2006) [#1]
In this program, I am creating a new image every loop. After drawing it, I want to free it again. I want to use this for (2d) scaling purposes.
However, in the task manager, I see the memory amount of the program going up. What could be wrong ?



big10p(Posted 2006) [#2]
Are you using the latest version? I think there was a memory leak with images a few versions ago.


b32(Posted 2006) [#3]
thanks a lot! it works now!