Skip to content

Commit

Permalink
FTL v2.6.1 (#29)
Browse files Browse the repository at this point in the history
* Add .github/PULL_REQUEST_TEMPLATE.md (#24)

* Add PullApprove settings file (copied from core repo) (#23)

* Don't forget to free linebuffer also when not used (#28)
  • Loading branch information
DL6ER authored May 5, 2017
1 parent 0f22b4f commit 8f7be0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupVars.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ char * read_setupVarsconf(const char * key)
// Key not found -> return NULL
fclose(setupVarsfp);
free(keystr);
free(linebuffer);
return NULL;
}

Expand Down

0 comments on commit 8f7be0b

Please sign in to comment.