MISSING VALUES: Fix free of indeterminate pointer.
authorBen Pfaff <blp@gnu.org>
Thu, 11 Feb 2010 04:22:42 +0000 (20:22 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 20 Feb 2010 01:16:13 +0000 (17:16 -0800)
commitaae05afe01d4d937338709c22bee625ac13c2254
tree44d54121bfffbd8ba95a3360a59b9ec1724e67c1
parentf73b7385c2ed283394acba4673eb485414a502dd
MISSING VALUES: Fix free of indeterminate pointer.

If the main "while" loop in this function falls through immediately without
ever executing its body, then 'v' is passed to free() without ever being
initialized.

Found by Clang (http://clang-analyzer.llvm.org).
src/language/dictionary/missing-values.c