Commit ff642329 by Mike Stump Committed by Mike Stump

* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.

From-SVN: r115318
parent c76e55ea
2006-07-10 Mike Stump <mrs@apple.com>
* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
2006-07-10 Benjamin Kosnik <bkoz@redhat.com> 2006-07-10 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/15448 PR libstdc++/15448
......
...@@ -111,6 +111,7 @@ struct __eh_globals_init ...@@ -111,6 +111,7 @@ struct __eh_globals_init
{ {
if (_M_init) if (_M_init)
__gthread_key_delete(_M_key); __gthread_key_delete(_M_key);
_M_init = false;
} }
}; };
......
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