1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

udevd: close /proc/meminfo after reading

This commit is contained in:
Kay Sievers 2007-05-11 16:53:56 +02:00
parent 85135c740b
commit fdc9a0b52a

View File

@ -335,6 +335,7 @@ static int mem_size_mb(void)
}
}
fclose(f);
return memsize;
}