dim 3cca469e52 MFC r269750:
In r268463, I misplaced a return in demangle(), causing the function to
erroneously skip symbols that were not mangled at all.  Fix this by
moving the return into the preceding if block.

While here, simplify the code by letting __cxa_demangle() allocate the
needed space for the demangled symbol.  This also fixes a memory leak,
which would occur whenever __cxa_demangle() failed.

Reported by:	pgj
PR:		base/191981
2014-08-12 17:56:48 +00:00
..
2014-08-09 15:00:03 +00:00
2014-07-16 21:04:31 +00:00
2014-08-09 15:00:03 +00:00
2014-08-12 17:56:48 +00:00
2014-08-09 15:00:03 +00:00