The examples for the Irrlicht engine showed me that when I'm done with a font I should call it's drop() function.
However, when I do this, and then later in my program ask the engine for the same font again, it will return me a pointer pointing to garbage and cause my program to crash.
How do I get around this, is there some other function I should call ?
Thanks