Properly close token in sspi authentication
Magnus Hagander <magnus@hagander.net>
Properly close token in sspi authentication We can never leak more than one token, but we shouldn't do that. We don't bother closing it in the error paths since the process will exit shortly anyway. Christian Ullrich
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +2 −0 |