The buffer we turn into a std::string here is malloc'd and should be
free'd before we return from this function.
Follow up to LLDB leak fixes such as D100806.
Differential D100843
Fix memory leak in MicrosoftDemangleNodes's Node::toString teemperor on Apr 20 2021, 5:01 AM. Authored by
Details The buffer we turn into a std::string here is malloc'd and should be Follow up to LLDB leak fixes such as D100806.
Diff Detail
|