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 75bfec8 commit 8d150a2Copy full SHA for 8d150a2
utils/src/hookcheck/pdb-analyzer.cpp
@@ -243,6 +243,7 @@ void PdbAnalyzer::AnalyzeFunction(IDiaSymbol* functionSymbol)
243
newFunction.VirtualAddress = virtualAddress;
244
newFunction.IsStatic = isStatic;
245
newFunction.HasInlineAssembly = hasInlineAssembly;
246
+ SysFreeString(name);
247
248
AttachLocation(functionSymbol, newFunction);
249
NormalizePath(newFunction.SourceFile);
0 commit comments