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.
2 parents db43295 + 8d150a2 commit 98c91f1Copy full SHA for 98c91f1
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