Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
kdlibcpp
kdlibcpp
Commits
178ec1ce
Commit
178ec1ce
authored
May 04, 2020
by
ussrhero
Browse files
Merge branch 'avoid_unnecessary_symbol_load' into 'dev-1.0'
Avoid symbols loading at module unload See merge request
!31
parents
383991d7
92f2406f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kdlib/source/processmon.cpp
kdlib/source/processmon.cpp
+1
-1
No files found.
kdlib/source/processmon.cpp
View file @
178ec1ce
...
...
@@ -904,7 +904,7 @@ void ProcessInfo::removeModule(MEMOFFSET_64 offset )
// clear TypeInfo cache for this module
if
(
module
)
{
std
::
wstring
scope
=
module
->
get
SymbolScope
()
->
getScope
Name
();
std
::
wstring
scope
=
module
->
getName
();
boost
::
recursive_mutex
::
scoped_lock
l
(
m_typeInfoLock
);
TypeInfoMap
::
iterator
it
=
m_typeInfoMap
.
begin
();
while
(
it
!=
m_typeInfoMap
.
end
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment