]> granicus.if.org Git - postgresql/commit
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
authorAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:47 +0000 (15:35 +0100)
committerAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:47 +0000 (15:35 +0100)
commit39cdf365a38416f2f31429db9656ccfcb65ccd69
treed21a1fbe69af4c7e886667970b64b38e66b44241
parent2a0bfa4d66bd75e9f1a0ff8a8fcfdb9c4fffa5be
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().

Pointed out by Coverity.

Backpatch to all supported branches, the code has been that way for a
long while.
contrib/fuzzystrmatch/dmetaphone.c