X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=json_script.c;h=6a17d3bd1ff7be7737ca322a30a3e9f46245f288;hb=0d22684faaeae98f6fea23fbf2000d423261fe5f;hp=8e7f5265ed4d42e9a784b6bcef14b818e6bebe78;hpb=30e6cca9396f770f3387fff8bef0a6645571c46c;p=project%2Flibubox.git diff --git a/json_script.c b/json_script.c index 8e7f526..6a17d3b 100644 --- a/json_script.c +++ b/json_script.c @@ -592,8 +592,7 @@ static void __json_script_file_free(struct json_script_file *f) next = f->next; free(f); - if (next) - return __json_script_file_free(next); + __json_script_file_free(next); } void