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

Magnus Hagander <magnus@hagander.net>

Commit: c7cca1c8f7e9bfbd81b49107d88aa4a4ca2071d0
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-07-12T14:13:06Z
Releases: 8.2.5
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