]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found