Fix memory leak in sysfs_get_str

strlen(sysfs_value) return 0 do not mean sysfs_value
is NULL and this memory should be freed

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD^1 <file>..." to unstage)
#
#	modified:   usr/sysfs.c
#
