Comment 30 for bug 131227

Revision history for this message
Antonio Litterio (antonio-litterio-gmail) wrote :

Yes they have right, this patch not destroy old engine.
But probably I found the problem. I noticed that the daemon crash when the function "destroy_engine" it is call from "gtk_widget_destroy" in function "_notify_timeout_destroy".
If you comment the "g_module_close(engine->module)" in "destroy_engine" function, the daemon not crash and free memory engine, but probably the "GModule *module" is not closed properly.