Página 1 de 1
Origin of Memory Leaks
Publicado: Vie Ago 01, 2014 5:20 pm
por Dionisis Divaris
Hellow Team
Can you help me to find the origin(s) of those memory leaks. Many thanks for your time.
Attached files
Origin of Memory Leaks
Publicado: Sab Ago 02, 2014 12:03 pm
por jfgimenez
Dionisis,
I'm not sure, but it seems to be related to the tooltips from some control. Please, run your program and forze to show the tooltip from only one control, and see if it causes the memory leak. If not, run it again and test another control, and so on, until the offending control is located.
Regards,
Jose F. Gimenez
Origin of Memory Leaks
Publicado: Sab Ago 02, 2014 12:58 pm
por Dionisis Divaris
Many thanks Jose
I found that toolbar do not releases properly the memory allocated for balloon type tooltips. With normal type tooltips there is no memory leaks. So please take a look on this issue. Many thanks again for your help.
Origin of Memory Leaks
Publicado: Sab Ago 02, 2014 9:20 pm
por jfgimenez
Dionisis,
> I found that toolbar do not releases properly the memory
> allocated for balloon type tooltips. With normal type
> tooltips there is no memory leaks. So p;ease take a look on
> this issue. Many thanks again for your help.
Yes, you're right. The toolbar with balloon tooltips were losing memory.
Many thanks for your feedback.
Here you are the fixed module (.o for MinGW and .obj for BCC). Add it to
your project to fix the problem.
https://www.dropbox.com/s/mfp44uunjlw0l5z/Xailer.zip
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Origin of Memory Leaks
Publicado: Dom Ago 03, 2014 8:32 am
por Dionisis Divaris
Many thanks Jose
I'm glad to hear that solve it, I can not use this obj becuase the IsWin8() function. This function raise an undefine reference to XA_IsWin8 error. I use XAILER 3.2.
So waiting for the new version.
Origin of Memory Leaks
Publicado: Lun Ago 04, 2014 9:52 am
por jfgimenez
Dionisis,
> Many thnks Jose
>
> I'm glad to hear that solve it, I can not use this obj
> becuase the IsWin8() function. This function raise an
> undefine reference to XA_IsWin8 error. I use XAILER 3.2.
> So waiting for the new version.
Sorry for that. In fact, there are so many minor changes in Xailer.
Anyhow, here you are again this module, without that dependence:
https://www.dropbox.com/s/uesncpdjxibbaau/Xailer2.zip
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Origin of Memory Leaks
Publicado: Lun Ago 04, 2014 7:50 pm
por Dionisis Divaris
Jose
Many thanks work fine. Did you include this fix in the new release of xiler?
All the best
Origin of Memory Leaks
Publicado: Mar Ago 05, 2014 9:14 am
por jfgimenez
Dionisis,
> Many thanks work fine.
Fantastic! Glad to "read" it.
> Did you include this fix in the new
> release of xiler?
Yes, of course.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info