about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-10-10 16:56:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-10-10 21:41:04 +0200
commit76dc7a3371e487fdc9de7b3b4c991fe370598f0e (patch)
treed64fec2f225fec6c89f8a4cbe48b23e04750ef04 /COPYING
parentui-atom: fix resource leak: free allocation from cgit_pageurl (diff)
downloadcgit-pink-76dc7a3371e487fdc9de7b3b4c991fe370598f0e.tar.gz
cgit-pink-76dc7a3371e487fdc9de7b3b4c991fe370598f0e.zip
cache: fix resource leak: close file handle before return
Coverity-id: 13910
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
lass='logheader'>2016-10-06Use custom typedefs in jrpJune McEnroe 2016-10-06Generate some test code in jrpJune McEnroe 2016-10-05Use rbp instead of r15 in jrpJune McEnroe 2016-10-05Begin JRPJune McEnroe 2016-10-04Use long type in rpnJune McEnroe 2016-10-04Set tmux tab size to 20June McEnroe 2016-10-04Process argv in rpnJune McEnroe 2016-10-04Fix whitespace handling in rpnJune McEnroe 2016-10-04Add @ to rpnJune McEnroe 2016-10-04Add ! to rpnJune McEnroe 2016-10-04Add quoting to rpnJune McEnroe 2016-10-04Try ops first in rpnJune McEnroe 2016-10-04Add radix to rpnJune McEnroe 2016-10-03What am I even doing?June McEnroe It's Monday night and I've had a lot to drink because I didn't like what Monday day was like. Ain't that just the way? 2016-09-29Set TERM in tmuxJune McEnroe 2016-09-29Reconfigure tmuxJune McEnroe Still not sure what I'm doing with it. How do Emacs users deal with pressing control? 2016-09-27Use shiftwidth=4 as defaultJune McEnroe 2016-09-20Remove gcl shell aliasJune McEnroe 2016-09-20Set shiftwidth=4 for CJune McEnroe 2016-09-18Clean up error handling in pbdJune McEnroe 2016-09-17Forward pbd through *.local SSHJune McEnroe 2016-09-17Add pbcopy and pbpaste using pbdJune McEnroe 2016-09-17Check child status in pbdJune McEnroe 2016-09-17Factor out spawn in pbdJune McEnroe 2016-09-17Add initial pbd implementationJune McEnroe Error handling in C is tedious. 2016-09-16Execute Homebrew SSH for tux iTerm profileJune McEnroe 2016-09-16Add Include config_private to SSH configJune McEnroe 2016-09-16Disable custom login command for local iTerm profileJune McEnroe 2016-09-16Add tux profile to iTermJune McEnroe 2016-09-15Use err(3) in xxJune McEnroe 2016-09-15Use sysexits.h in xxJune McEnroe 2016-09-15Use strtoul in xxJune McEnroe Oops. 2016-09-15Write xx usage to stderrJune McEnroe 2016-09-13Use nvim as MANPAGERJune McEnroe 2016-09-13Use return value of getopt in xxJune McEnroe On macOS/FreeBSD, optopt is always set after calling getopt. On Linux, optopt is only set if an unrecognized option was found. What is the point of POSIX if such behaviour can differ? 2016-09-12Compile xx.c with clang specifically