Dangling symbol reference was causing problems with Tru64 and MacOS.

Not in default build.
This commit is contained in:
tor%cs.brown.edu 2000-06-24 03:54:35 +00:00
Родитель 81c8ba989d
Коммит 72cfb82341
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -207,8 +207,10 @@ mng_retcode mngjpeg_cleanup (mng_datap pData)
MNG_ERRORJ (pData, iRetcode) /* then IJG-lib issued an error */
#endif
#ifdef MNG_SUPPORT_WRITE
if (pData->bJPEGcompress) /* still compressing something ? */
jpeg_destroy_compress (pData->pJPEGcinfo);
#endif
if (pData->bJPEGdecompress) /* still decompressing something ? */
jpeg_destroy_decompress (pData->pJPEGdinfo);