irrAllocator!!!

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Isoprog
Posts: 80
Joined: Wed Dec 10, 2008 7:53 am

irrAllocator!!!

Post by Isoprog »

Hi,
I am a bit confused, when debugger stops here -

Code: Select all

virtual void internal_delete(void* ptr)
    {
        operator delete(ptr);
    }
Is this related to list or something else?

Thanks.
Isoprog
Posts: 80
Joined: Wed Dec 10, 2008 7:53 am

Re: irrAllocator!!!

Post by Isoprog »

Never mind, I find out the problem.
Post Reply