sassanp / pynetinfo

Python module for retrieving network information
http://pypi.python.org/pypi/pynetinfo/
GNU General Public License v2.0
11 stars 10 forks source link

Fix file descriptor leak #4

Open tsdunc opened 10 years ago

tsdunc commented 10 years ago

This addresses several file descriptor leaks that affect this library when used repeatedly. Adding close calls where needed.