Dear all
In the Evas_object_line of the evas, the function “evas_object_line_free” function have a problem. If the define MPOOL was set(in Evas_private.h), evas_object_line use unpaired memory function. Evas_object_line use EVAS_MEMPOOL_INIT,EVAS_MEMPOOL_ALLOC, and EVAS_MEMPOOL_PREP, but does not use EVAS_MEMPOOL_FREE. I changed evas_object_line_free use EVAS_MEMPOOL_FREE instead of free function. Please find attached patch file. And I add my name and info into AUTHOR file. Thanks, Jiyoun Park.
evas_object_line.patch
Description: Binary data
------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
