Change the way of memory allocation in isf_control_get_ise_list () 97/33697/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 29 Oct 2014 08:00:20 +0000 (17:00 +0900)
committerLi Zhang <li2012.zhang@samsung.com>
Wed, 14 Jan 2015 02:28:56 +0000 (10:28 +0800)
commitc303b821ed1b4e596d8131045d8edf828405ebd1
tree7766763cfe439ac84935016f9c0e8a3d41afb6e3
parent94981735337bf592333ee97171f60c6c4e76ea53
Change the way of memory allocation in isf_control_get_ise_list ()

[model] Kiran
[binary_type] PDA
[customer] OPEN
[issue#] P141027-04651
[problem] Keyboard setting Appcontrol has closed unexpectedly shown after selecting Hindi language
[cause] Mismatch memory deallocation function
[solution] isf_control_get_ise_list () can be used in C application, so memory should be allocated by malloc NOT new in C++.
[team] Input Framework
[request] N/A
[horizontal_expansion] N/A

Change-Id: Idc5e42011da7611d7dbef7328434a43aaff022d6
ism/demos/isf_imcontrol_efl.cpp
ism/src/isf_control.cpp
ism/src/isf_imcontrol_client.cpp