Ejemplo n.º 1
0
 public void dispose() {
   if (cmsProfileHandle != 0) {
     LCMS.cmsCloseProfile(cmsProfileHandle);
     cmsProfileHandle = 0;
   }
 }