Fix freenig of names in Kerberos when using MIT - need to use the

Magnus Hagander <magnus@hagander.net>

Commit: 67719940585f36617a15dac16a32744a18711ede
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-07-12T14:10:39Z
Releases: 8.3.0
Fix freenig of names in Kerberos when using MIT - need to use the
free function provided in the Kerberos library.
This fixes a very hard to track down heap corruption on windows
when using debug runtimes.

Files

PathChange+/−
configure modified +58 −0
configure.in modified +10 −1
src/include/pg_config.h.in modified +3 −0
src/interfaces/libpq/fe-auth.c modified +14 −2
src/tools/msvc/Solution.pm modified +2 −1