When we perform a fork in Unix, open file handles are inherited, and if we don\'t need to use them we should close them. However, when we use libraries, file handles may be open
Reasonable libraries will always have functions which free whatever resources (eg. file handles) they have allocated.