We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7728e78 commit f48a7bcCopy full SHA for f48a7bc
src/symbols/symbols_with_dbghelp.cpp
@@ -428,7 +428,7 @@ namespace dbghelp {
428
SymSetOptions(SYMOPT_ALLOW_ABSOLUTE_SYMBOLS);
429
HANDLE proc = GetCurrentProcess();
430
if(get_cache_mode() == cache_mode::prioritize_speed) {
431
- get_syminit_manager().init(proc);
+ proc = get_syminit_manager().init(proc);
432
} else {
433
if(!SymInitialize(proc, NULL, TRUE)) {
434
throw internal_error("SymInitialize failed");
0 commit comments