mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 04:26:02 +00:00
Merge pull request #31 from markm11/ChaosMarcMirror2
This commit is contained in:
commit
9a7c818d37
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user