evas: fix wrong call to free when using mempool for Evas_Object.

Patch by Jiyoun Park <jy0703.park@samsung.com>


SVN revision: 57846
This commit is contained in:
Cedric BAIL 2011-03-18 10:56:27 +00:00
parent 543016a352
commit 5b096042a2
3 changed files with 7 additions and 2 deletions

View File

@ -18,6 +18,7 @@ Tom Hacohen <tom@stosb.com>
Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Iván Briano <ivan@profusion.mobi>
Gustavo Lima Chaves <glima@profusion.mobi>
Saumsung Electronics <tbd>
Samsung Electronics <tbd>
Samsung SAIT <tbd>
Sung W. Park <sungwoo@gmail.com>
Jiyoun Park <jy0703.park@samsung.com>

View File

@ -175,3 +175,7 @@
2011-03-15 Cedric BAIL
* Fix issues with clipping and map.
2011-03-18 Jiyoun Park
* Fix wrong call to free when using mempool for Evas_Object.

View File

@ -280,7 +280,7 @@ evas_object_line_free(Evas_Object *obj)
MAGIC_CHECK_END();
/* free obj */
o->magic = 0;
free(o);
EVAS_MEMPOOL_FREE(_mp_obj, o);
}
static void