Commit c676193f authored by chen.weican's avatar chen.weican

【修改内容】修改文件open没有close的bug

【提交人】陈伟灿
parent a5dd9123
...@@ -78,6 +78,7 @@ char* kk_load_json(const char *productCode,int type) ...@@ -78,6 +78,7 @@ char* kk_load_json(const char *productCode,int type)
fread(buf, 1, filesize, fp); fread(buf, 1, filesize, fp);
//printf("%s!!!\n",buf); //printf("%s!!!\n",buf);
free(tslPath); free(tslPath);
fclose(fp);
return buf; return buf;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment