mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2025-10-13 16:34:23 -05:00
Merge pull request #31 from markm11/ChaosMarcMirror2
This commit is contained in:
@@ -231,7 +231,14 @@ void freeCustomLibraries()
|
||||
dll->release();
|
||||
freeLibrary(dll->offset);
|
||||
nextDll = dll->nextDll;
|
||||
D2FogMemDeAlloc(dll,__FILE__,__LINE__,0);
|
||||
if (version_D2Game == V114d)
|
||||
{
|
||||
delete dll;
|
||||
}
|
||||
else
|
||||
{
|
||||
D2FogMemDeAlloc(dll, __FILE__, __LINE__, 0);
|
||||
}
|
||||
dll = nextDll;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user