Destroying loaded meshes

why do you want to "destroy" models? this is something you might want to do in c/c++, but not in java. just throw them away. mymodel = null. myimporter = null.