mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
merge from gcc
This commit is contained in:
@ -984,7 +984,10 @@ ada_demangle (const char *mangled, int option ATTRIBUTE_UNUSED)
|
||||
goto Suppress;
|
||||
|
||||
if (! changed)
|
||||
return NULL;
|
||||
{
|
||||
free (demangled);
|
||||
return NULL;
|
||||
}
|
||||
else
|
||||
return demangled;
|
||||
|
||||
|
Reference in New Issue
Block a user