exactness: use eina_strdup() to avoid extra NULL checking
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 26 Feb 2020 10:35:20 +0000 (11:35 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Mar 2020 21:15:14 +0000 (06:15 +0900)
commit1c1190d0255a4279fa3c5c711624b40200c64d6f
tree0dddb994a2558af5c2c6bebbda0fd45123f32b51
parentb8bb0bd0a834f41a1d5657167e69ccdd654d160d
exactness: use eina_strdup() to avoid extra NULL checking

strdup() would not be happy about a NULL to copy, but we have
eina_strdup in place already to handle this gracefully.

CID: 1419846

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11421
src/bin/exactness/player.c
src/bin/exactness/recorder.c