# HG changeset patch # User John W. Eaton # Date 1323258912 18000 # Node ID 54f76558c41a8974290931bb80923cb83f83e811 # Parent f8556baf1949ad7662557e549906ebf2d6188ea1 avoid gh_manager segfault * graphics.cc (gh_manager::create_instance): Don't register cleanup function. diff --git a/src/graphics.cc b/src/graphics.cc --- a/src/graphics.cc +++ b/src/graphics.cc @@ -7401,7 +7401,9 @@ { instance = new gh_manager (); +#if 0 singleton_cleanup_list::add (cleanup_instance); +#endif } graphics_handle