Chiakie wrote: > Dear All, > > I undergo a problem when I want to release IDirectfb interface: > > IDirectfb *dfb; > //... > dfb->Release(dfb); > And the error message is (!!!) *** WARNING [still objects in 'Surface > Pool'] *** [object.c:231 in fusion_object_pool_destroy()] > But I have release all interfaces I created. > Anybody know the answer? Thanks.
Did you build with "--enable-debug" to get a list of remaining instances? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
