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)
|
int ModPathFromAddr(duint addr, char* path, int size)
|
||||||
{
|
{
|
||||||
|
SHARED_ACQUIRE(LockModules);
|
||||||
|
|
||||||
auto module = ModInfoFromAddr(addr);
|
auto module = ModInfoFromAddr(addr);
|
||||||
|
|
||||||
if(!module)
|
if(!module)
|
||||||
|
|
Loading…
Reference in New Issue