]> git.tuebingen.mpg.de Git - paraslash.git/commit
vcc.c: Fix a memory leak in recv_afs_result().
authorAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 20:50:20 +0000 (21:50 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 20:50:20 +0000 (21:50 +0100)
commite13271a35ebe1580929c3a5de3169501b5d81634
treee221ead2085fe504c3abc0463c46db7b355d32d6
parent3c6cd36c4ecfb4a6fb3fba6f04ee761c534fceac
vcc.c: Fix a memory leak in recv_afs_result().

This function contained a code path that allocated
the buffer for the chunk table and then returned an error
(due to a failing fstat()) without freeing the chunk table
buffer.
vss.c