atspi: remove memory leak 55/148055/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 6 Sep 2017 11:09:26 +0000 (20:09 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 7 Sep 2017 03:36:23 +0000 (12:36 +0900)
commit013dd7d075789837aaa1453289cd6cb36d040293
treed04dd1efa05c1221d3f623bc00c03b4ca1e0e5da
parent82c00326315217ad84db6f64eb618947f780fb38
atspi: remove memory leak

The _elm_util_mkup_to_text gives alloacated plain text.
This plain text should be freed.

Change-Id: I4fe6443a2be78a80b00e79925b9ac968e489df76
13 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_multibuttonentry.c
src/lib/elc_naviframe.c
src/lib/elc_popup.c
src/lib/elm_entry.c
src/lib/elm_index.c
src/lib/elm_list.c
src/lib/elm_spinner.c
src/lib/elm_toolbar.c
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_win.c
src/mobile_lib/elc_ctxpopup.c