]> jfr.im git - solanum.git/commit
Fix memory leak and bad error reporting with posix_spawn():
authorJilles Tjoelker <redacted>
Thu, 21 Jan 2010 23:09:56 +0000 (00:09 +0100)
committerJilles Tjoelker <redacted>
Thu, 21 Jan 2010 23:09:56 +0000 (00:09 +0100)
commitdcb22e07b9f809ae616f2fb7521ea4475aa2d75d
tree370ad056ba8d62e2cfe20bf45c28df957a5c4d95
parentd06f3da955c5a545e2217ed743551dcdd07695e3
Fix memory leak and bad error reporting with posix_spawn():
* an initialized posix_spawnattr_t must be destroyed
* posix_spawn() returns an error number instead of setting errno

libratbox trunk r26730
libratbox/src/unix.c