hi

when running the dfb application i am getting the error

*** WARNING [still objects in 'Window Pool'] *** [object.c:231 in
fusion_object_pool_destroy()]
 (!!!)  *** WARNING [still objects in 'Surface Pool'] *** [object.c:231 in
fusion_object_pool_destroy()]

i am using DFb 1.0.1 and lite 0.8.9 and the part of the code is
  in fail() function
{
---------------
-------------
i am declaring this to exit the event loop after 2 seconds
lite_enqueue_window_timeout(2000, NULL, NULL, NULL);

 return DFB_OK;
}
and it is a callback function

in display()
{
lite_window_event_loop(window,0);
}

in destroy()
{
lite_destroy_window( window );
lite_close();
}


in main()
{
  i am registering a callback , this callback is callling the failure
function
  lite_enqueue_idle_callback ((LiteTimeoutFunc)update_event_callback, NULL,
NULL);

   fota_ui_display();
   fota_ui_destroy();

}


but in the function destory i am getting the errors above mentioned and the
program is hanging .

and code is written in lite


i want to where is the problem
whether it is in destor_window() function , or lite_close() function

can any one help me.




thanks
koushik
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to