OCT 1. 修正一处popen文件句柄泄漏问题

This commit is contained in:
huangxin 2023-02-23 15:42:37 +08:00
parent 8cb42fd06f
commit b3a5ae0c6f
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ static int memory_info_refresh() {
sdsfree(tmpStr); sdsfree(tmpStr);
} }
pclose(fp);
return errCode; return errCode;
} }