OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2784-g93aa733
Gerrit Code Review
gerrit@openafs.org
Thu, 26 Jul 2012 11:50:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 93aa733909e72da4a67ef8422070f417cd12b1d8
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Wed Jul 25 00:41:05 2012 -0400
tabular_output: don't leak table struct on error exit
The caller is almost certainly going to exit when we return, but
all the same, don't leak the table description structure in the
error exit. Makes the static analyzer happier.
Change-Id: I55e986a3601968751921ee38badf5bb86cd3174f
Reviewed-on: http://gerrit.openafs.org/7870
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/util/tabular_output.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository