Check return value of json parser API
authorYunchan Cho <yunchan.cho@samsung.com>
Fri, 27 Sep 2013 06:34:24 +0000 (15:34 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 1 Oct 2013 07:47:55 +0000 (07:47 +0000)
commit579a3dde63b743270a11b2aacff8fa8513bc34e8
tree1107d3f03f6a0b962b22e62eced0f7d5acd15e48
parent500d729ae8f11d7f33a7ba3eeb602844d84cb5ce
Check return value of json parser API

[Issue#]   N/A
[Problem]  return value of the parser API has not been checked
[Cause]    N/A
[Solution] return value of json parser API is checked explicitly.
           if the value is FALSE, remaining code is not executed.

Change-Id: I10754e52f5cbf7d73493e27e61b4a27273fa9581
src/API/web_provider_plugin_info.cpp