1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/lib/Demangle
Raphael Isemann 03a8dac306 Fix memory leak in MicrosoftDemangleNodes's Node::toString
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.

Reviewed By: mstorsjo, rupprecht, MaskRay

Differential Revision: https://reviews.llvm.org/D100843
2021-04-22 18:44:30 +02:00
..
CMakeLists.txt
Demangle.cpp
ItaniumDemangle.cpp
MicrosoftDemangle.cpp [Demangle] Support demangling Swift calling convention in MS demangler. 2021-01-27 13:24:54 -08:00
MicrosoftDemangleNodes.cpp Fix memory leak in MicrosoftDemangleNodes's Node::toString 2021-04-22 18:44:30 +02:00