elementary/multibuttonentry - [E-devel] [Patch] elc_multibuttonentry memory leak patch

Dear, all

I've attached a patch that fixed the memory leak.

There is not a free() in _del_hook().

Please review this patch.

Sincerely yours,

Jihyeon Seol

Signed-Off-By: JiHyeon Seol<jiheyon.seol@samsung.com>




SVN revision: 75439
This commit is contained in:
ChunEon Park 2012-08-20 05:22:06 +00:00
parent 68764ea4ad
commit 11e03b096f
2 changed files with 3 additions and 1 deletions

View File

@ -61,4 +61,5 @@ Michal Pakula vel Rutka <m.pakula@samsung.com>
Thiep Ha <thiep.ha@samsung.com>
Artem Popov <artem.popov@samsung.com>
Minseok Kim <minseok3.kim@samsung.com>
Jean-Philippe André <jpeg@videolan.org>
Jean-Philippe André <jpeg@videolan.org>
JiHyeon Seol <jihyeon.seol@samsung.com>

View File

@ -172,6 +172,7 @@ _del_hook(Evas_Object *obj)
if (wd->guidetext) evas_object_del(wd->guidetext);
if (wd->end) evas_object_del(wd->end);
if (wd->rect_for_end) evas_object_del(wd->rect_for_end);
free(wd);
}
static void