From ac690d1d295ec27f4c01064bd692d521c7f8b363 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 8 Jan 2014 00:02:10 +0100 Subject: destroy routine of frame widget deregisters button callbacks --- src/gwin/frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gwin/frame.c b/src/gwin/frame.c index 9ba432f5..fbef54dc 100644 --- a/src/gwin/frame.c +++ b/src/gwin/frame.c @@ -35,6 +35,7 @@ static void _callbackBtn(void *param, GEvent *pe); static void _frameDestroy(GHandle gh) { /* Deregister the button callback */ geventRegisterCallback(&gh2obj->gl, NULL, NULL); + geventDetachSource(&gh2obj->gl, NULL); /* call the gwidget standard destroy routine */ _gwidgetDestroy(gh); -- cgit v1.2.3