ifcfg-rh: fix memleak in devtimeout_from_file()

(cherry picked from commit 9dddb4a918)
This commit is contained in:
Thomas Haller 2015-01-28 22:53:34 +01:00
parent 86382deed4
commit cd5ba675ac

View file

@ -4897,5 +4897,7 @@ devtimeout_from_file (const char *filename)
} else
devtimeout = 0;
svCloseFile (ifcfg);
return devtimeout;
}