Commit 4d425229 by Kaveh R. Ghazi Committed by Ian Lance Taylor

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

From-SVN: r75030
parent 590a2350
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> 2003-12-22 Daniel Jacobowitz <drow@mvista.com>
PR debug/13272 PR debug/13272
......
...@@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind) ...@@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
free (di.comps); free (di.comps);
if (di.subs != NULL) if (di.subs != NULL)
free (di.subs); free (di.subs);
*palc = 1; return 0;
return NULL;
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment