exactness: do not access potential NULL pointer
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 17 Apr 2020 12:34:21 +0000 (14:34 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 23 Apr 2020 21:08:55 +0000 (06:08 +0900)
commit917627b004b5b75147782386daa2a203ab7cc5d4
tree746212b7176e720b791f3d22f1a21ddee9114163
parent8826fa8577c888c2253087909ff5a0cb8377f6f8
exactness: do not access potential NULL pointer

These to code lines should be in one block and not one exectued without
the if.

CID: 1422198

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11726
src/bin/exactness/player.c