Missing SHARED_ACQUIRE
This commit is contained in:
parent
0abe4fc1bd
commit
179c5ea5dd
|
@ -247,6 +247,8 @@ uint ModEntryFromAddr(uint addr)
|
|||
|
||||
int ModPathFromAddr(duint addr, char* path, int size)
|
||||
{
|
||||
SHARED_ACQUIRE(LockModules);
|
||||
|
||||
auto module = ModInfoFromAddr(addr);
|
||||
|
||||
if(!module)
|
||||
|
|
Loading…
Reference in New Issue