]> 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)
commit029e41afd2930bfabbbc6a1b7d3bf7b21455f150
tree3c1913a03d809c8d3c1e2ff97900c30f6ad31a60
parentf4060db11852e65c97d956a5b1d860ebb180e767
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