Close handle leak in SSPI auth - Mailing list pgsql-hackers

From Christian Ullrich
Subject Close handle leak in SSPI auth
Date
Msg-id n6ud52$733$1@ger.gmane.org
Whole thread Raw
Responses Re: Close handle leak in SSPI auth  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Hello,

here's a one-line patch to close a handle leak in pg_SSPI_recvauth().

According to the docs, the token retrieved with 
QuerySecurityContextToken() must be closed.

-- 
Christian


pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: Re: pglogical - logical replication contrib module
Next
From: Tomas Vondra
Date:
Subject: Re: WIP: bloom filter in Hash Joins with batches