To remove mesh:
When all node using this mesh will be removed mesh also should be removed unless there are other pointers pointing to it.
You can also remove things using drop() but it's unsafe because you can end for example with some nodes using freshly deleted mesh
To learn more about drop() use documentation: http://irrlicht.sourceforge.net/docu/cl ... wn.html#a3