ChaosMarc/PlugY

Crash when freeing custom libraries

Closed this issue · 2 comments

Related issue: haxifix/PlugY#4

The crash doesn't happen just with BaseMod, it also happens if you load a dll that does nothing.

Crash caused by:

D2FogMemDeAlloc(dll,__FILE__,__LINE__,0);

All this function does is deallocate memory for a string or any other memory object. There are other ways to do this. I am looking into this.

fixed by #31