It is unlikely that this memory leak actually matters as the caller
will normally just exit.
This whole source file could stand to be reformatted.
Change-Id: Ic5cb52a73ac09ae492c6e6ab606dfaf92a1ab8bf
Reviewed-on: http://gerrit.openafs.org/7767
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
if (sortByColumn < 0 || sortByColumn > numColumns) {
fprintf(stderr,"Invalid Table Sortkey: %d.\n", sortByColumn);
errno=EINVAL;
+ free(Table);
return NULL;
}
if (sortByColumn > 0 )