]> 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:46 +0000 (15:35 +0100)
committerAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:46 +0000 (15:35 +0100)
commit2d8411a0a08d2c24607dc179cb35385e623327c7
treed0fc4a1e5ba899bba19313224b7c6bdf423fb243
parentff7d46b8572ce566230c53e3c937412b3d19d8cf
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