FastDemangle gives us a C-string that we own (which is allocated in SymbolDemangler::GetDemangledCopy).
As we are not deleting the string, we leak memory whenever we call SubsPrimitiveParmItanium.
Details
Details
Diff Detail
Diff Detail
Differential D47418
Fix memory leak in SubsPrimitiveParmItanium Authored by teemperor on May 27 2018, 12:33 AM.
Details FastDemangle gives us a C-string that we own (which is allocated in SymbolDemangler::GetDemangledCopy).
Diff Detail |