[inline, static, private]
Definition at line 384 of file Carousel3D.h.
Referenced by MyOglImage().
00385 { 00386 if (!oglIm) 00387 return; 00388 if(oglIm->imData) 00389 free(oglIm->imData); 00390 oglIm->imData = 0; 00391 }