mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00: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