* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.

From-SVN: r75030
This commit is contained in:
Kaveh R. Ghazi 2003-12-26 01:54:43 +00:00 committed by Ian Lance Taylor
parent 590a23507c
commit 4d42522958
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2003-12-22 Daniel Jacobowitz <drow@mvista.com>
PR debug/13272

View File

@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
free (di.comps);
if (di.subs != NULL)
free (di.subs);
*palc = 1;
return NULL;
return 0;
}
#endif