Skip to content

Commit

Permalink
add missing fclose on /config file
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Apr 19, 2011
1 parent a681c38 commit 60000b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.c
Expand Up @@ -454,6 +454,8 @@ static void run_hooks(void) { /* {{{ */
forkexecwait(argv);
}
}

fclose(fp);
} /* }}} */

static void check_for_break(void) { /* {{{ */
Expand Down

0 comments on commit 60000b7

Please sign in to comment.