Deleting Display Lists

Hi;
I checked that ,in my app, when i create a DL
(glGenLists() ->glNewLists()->cmds…->glEndList()) the task manager of WindowsXP shows a 500kb increase in mem usage…but when i call glDeleteLists(), the mem is not released (at least not in task manager…), and then everytime i run my app form intro->level->intro, there is a increase of 500kb in mem usage…did anybody experienced something like this? is that right or the task manager is not really a good indicator?

Originally posted by Coluna:
or the task manager is not really a good indicator?
Correct. If you want to monitor memory leaks, get a real tool. There are plenty out there.