ecore: fix a potentional null dereferencing
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 18 Mar 2020 04:36:36 +0000 (13:36 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 22 Mar 2020 21:42:01 +0000 (06:42 +0900)
commitcfc1133791d8a1d5e5d43ed40cf1116335fddb76
tree50f01820dfd6bc22a7083628859451812af6eff4
parente7b2da874e2d5da1be98803f9ad3b8a1ab8100ba
ecore: fix a potentional null dereferencing

Summary:
there is a potentional problem that is about null pointer dereferencing(values[0], and values[1])
this patch fixes it.

Reviewers: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11534

Change-Id: I20d98cee2b2f76e3e6b923e8c489d07ad238b0bd
src/lib/ecore/efl_core_proc_env.c