[Libsigcx-main] bug in GtkDispatcher::timer_callback()
Status: Beta
Brought to you by:
rottmann
From: Klaus T. <tri...@ao...> - 2004-10-08 14:42:56
|
hi, while testing timeouting handlers in GtkDispatcher i found a bug (version 0.6.4): in file gtk_dispatch.cc, line 50, the event (with its callback) is erased from the map, but the callback is called a few lines later - the handler gets never called because the slot object is not valid anymore. -- http://triendl.info klaus triendl |