model loading with redisplay

In my opengl app that I am making i have an object that i load from a file into my app. However I dont want the object to reload itself everytime (because of memory problems and a major performance hit) a glutPostRedisplay is called. Is there an easy way to get this done. Thanks.

nevermind i got it, im such an idiot. I was loading my object in my redraw routine