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)
commitd6a1edb6668fc491b3b7303ec3eec6d3a86b3f28
tree0bec1829847541915aec734b0b7dd8c1927dad65
parent76664f002e4056139d128e52783f04c47f532908
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
ChangeLog
NEWS
src/bin/test_ctxpopup.c
src/lib/elc_ctxpopup.c
src/lib/elm_widget_ctxpopup.h