json_script: remove unneed argument check before calling __json_script_file_free().
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 12 Nov 2014 13:59:23 +0000 (21:59 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 11 Dec 2014 16:59:22 +0000 (17:59 +0100)
commit0d22684faaeae98f6fea23fbf2000d423261fe5f
tree3015e27a9d4254880ca1a92152c9c8776783c5e5
parent30e6cca9396f770f3387fff8bef0a6645571c46c
json_script: remove unneed argument check before calling __json_script_file_free().

NULL check is present at the begining of function body.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
json_script.c