elementary/ctxpopup - [E-devel] [PATCH] [Elementary] Fix memory leak and callback...
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Jan 2013 09:07:03 +0000 (09:07 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Jan 2013 09:07:03 +0000 (09:07 +0000)
commita21980118b6f55c5d4ee2410ccf0674ca3eeb624
treed1c489f3cb51fec5ee1649d339ecd65c4007d2fd
parentae7a7afe2e166e0e422d6ea4e311f9961924ff09
elementary/ctxpopup - [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

Hello everyone,

There are two issues with ctxpopup:
- Memory leak: Elm_Ctxpopup_Item is used but not deleted.
- Incorrect callback function: returned object and event_info are list object and item
(should be ctxpopup object and item).

I would like to send a patch to fix above issues.
I also provide the patch for backporting.
Please review them.

Best Regards,
Thiep

Signed-Off-By: Theip Ha<thiep.ha@samsung.com>
SVN revision: 82968
legacy/elementary/ChangeLog
legacy/elementary/NEWS
legacy/elementary/src/bin/test_ctxpopup.c
legacy/elementary/src/lib/elc_ctxpopup.c
legacy/elementary/src/lib/elm_widget_ctxpopup.h