--- np2/win9x/extromio.cpp 2003/10/16 17:58:43 1.1 +++ np2/win9x/extromio.cpp 2003/10/22 03:44:10 1.2 @@ -97,7 +97,7 @@ void extromio_close(EXTROMH erh) { file_close((FILEH)erh->fh); } else if (erh->type == EXTROMIO_RES) { - FreeResource((HGLOBAL)erh->fh); +// FreeResource((HGLOBAL)erh->fh); // win9x/NT } _MFREE(erh); }