[Prevent] Ensure pointer is not NULL before it's referenced.
authorJan Olszak <j.olszak@samsung.com>
Fri, 7 Dec 2012 07:56:35 +0000 (08:56 +0100)
committerJan Olszak <j.olszak@samsung.com>
Wed, 12 Dec 2012 08:57:38 +0000 (09:57 +0100)
commit6cf1396d775ca0359083b8db7032f971a215c15e
treebe424ce519802677fc1711c09919223d64273176
parent168ae5995ebd3268474703559d0cb4e4bcb567d7
[Prevent] Ensure pointer is not NULL before it's referenced.

[Issue#] ace_param_list->items could have been NULL when referenced
[Bug] N/A
[Cause] N/A
[Solution] Small change in conditions check.
[Verification] Build plugins. Run plugin-common tests.

Change-Id: I0b0ace5e95615311680fc29de6a421f56f7f0b9b
src/wrt-popup/ace/popup-bin/Popup.cpp