Fix not to release json_object on Event(Reply) 95/15795/2
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 26 Jul 2018 10:26:46 +0000 (19:26 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Fri, 27 Jul 2018 01:41:25 +0000 (01:41 +0000)
commit58f6609308a7fdf1035d1fd65c644febc862b122
tree102538c74e4bd7b138f3ad23e00669cedeed1d99
parent478ad89b8da9d5bc68755433cab4963b7d0c8b96
Fix not to release json_object on Event(Reply)

libafbwsc releases json_object on behalf of application.
Then calling json_object in this library may cause
double free, so fix it.

Bug-AGL: SPEC-1471

Change-Id: I1bb3109c80891718f7bfd69e67688c1c880e95de
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/libhomescreen.cpp