mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add missing free()
This commit is contained in:
parent
64e0f625f5
commit
41762f65e5
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ int kernel_get_hugepage_size()
|
|||
}
|
||||
}
|
||||
|
||||
free(line);
|
||||
fclose(f);
|
||||
|
||||
return sz;
|
||||
|
|
Loading…
Add table
Reference in a new issue