[Fixed Bug] Fixed delete[] to free() 58/74858/1 accepted/tizen/common/20160620.163300 accepted/tizen/ivi/20160620.082453 accepted/tizen/mobile/20160620.082322 accepted/tizen/tv/20160620.082353 accepted/tizen/wearable/20160620.082426 submit/tizen/20160617.072816
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 16 Jun 2016 02:02:56 +0000 (11:02 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 16 Jun 2016 02:07:53 +0000 (11:07 +0900)
commit1082a08793639727f3aecc3bb3e731d49f4041b7
tree1cdd07260214697f39b5c0a9c05ecc741d568197
parentba38da18f6d5eb7ede4cd0a135c3b5b5d6681def
[Fixed Bug] Fixed delete[] to free()

[cause]
In mv_engine_config_set_string_attribute(), new[] operator had been changed to malloc()
Thus, the parts calling mv_engine_config_get_string_attribute should have to use free()
instead of delete[] operator.

[solve]
The parts using mv_engine_config_get_string_attribute() is changed to deallocate memory by free()

Change-Id: I60ef4823e43229214c31d0706e53d3aa51c8d600
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
mv_barcode/barcode_generator/src/mv_barcode_generate_open.cpp
mv_face/face/src/mv_face_open.cpp
mv_surveillance/surveillance/src/EventTriggerPersonRecognition.cpp
packaging/capi-media-vision.spec