mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix memory leak
Former-commit-id: 397a13f633b1b120c516db97ed46e5c8836db1ce
This commit is contained in:
parent
dfd9ab16f6
commit
e852816176
@ -245,6 +245,7 @@ SystemInfo::CPUTemperature(){
|
||||
float temp;
|
||||
fscanf(file, "%f", &temp);
|
||||
result.push_back(temp / 1000);
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user