atspi: remove memory leak 52/148052/3
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:40:45 +0000 (12:40 +0900)
commit6dbee91be9c2ca7896cfb5a608d8a76a029be179
tree643eea1a1b82457d6e334b1f7f050c42091972f5
parentffc7f9c5ec95944d5853cef0bda5ff94541de832
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