Discussion:
[directfb-users] still objects in ‘Layer Region Pool’
Sagaert Johan
2012-02-10 00:56:14 UTC
Permalink
Hi

it means you did not free some objects

used fonts should be free after use ,

loadedfont->Release (loadedfont);

images loaded in a surface should be freed, etc ..

void FreeImage(IDirectFBSurface * image)
{
image->Release (image);
}


M.v.g .



Sagaert Johan
Pravinkumar Chavan
2012-02-10 05:10:55 UTC
Permalink
Post by Sagaert Johan
Hi
it means you did not free some objects
used fonts should be free after use ,
loadedfont->Release (loadedfont);
images loaded in a surface should be freed, etc ..
void FreeImage(IDirectFBSurface * image)
{
image->Release (image);
}
M.v.g .
Sagaert Johan
Thanks for your reply Sagaert,
Can you please tell me which file I have to edit for the change. (I am a
newbies).

"We are not using directfb library or any of its API in our Qt application.
Rather we have set QWS_DISPLAY = directfb which is to use directfb as the
driver for the framebuffer to which we are directing our Qt application
output. I think we have some problem in the directfb code. I am using
Directfb-1.4.14. May be we are not using the directfb properly."
Post by Sagaert Johan
_______________________________________________
directfb-users mailing list
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
--
**
_________________________

Pravinkumar Chavan
Software Engineer
+919867107370
En Route Media Pvt. Ltd.


**
*_________________________*
*
*
Loading...