]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Don’t leak file descriptor
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 20:11:01 +0000 (22:11 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 20:11:01 +0000 (22:11 +0200)
src/cfgparse.y

index dac63b95d385e4ca5dc5c192f12a051718cdd65f..f9d4ef35574933b9eed6f63614974d2f292d4c3e 100644 (file)
@@ -369,6 +369,7 @@ void parse_file(const char *f) {
         }
     }
     fclose(fstr);
+    close(fd);
 
     /* For every custom variable, see how often it occurs in the file and
      * how much extra bytes it requires when replaced. */