mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-21 13:33:29 +00:00
DBG: fix format function unregister copy paste error
This commit is contained in:
parent
af539e345e
commit
81b5b518fd
@ -449,7 +449,7 @@ void pluginexprfuncunregisterall(int pluginHandle)
|
||||
void pluginformatfuncunregisterall(int pluginHandle)
|
||||
{
|
||||
SHARED_ACQUIRE(LockPluginFormatfunctionList);
|
||||
auto formatFuncList = pluginExprfunctionList; //copy for thread-safety reasons
|
||||
auto formatFuncList = pluginFormatfunctionList; //copy for thread-safety reasons
|
||||
SHARED_RELEASE();
|
||||
auto i = formatFuncList.begin();
|
||||
while(i != formatFuncList.end())
|
||||
|
Loading…
x
Reference in New Issue
Block a user