pgsql: Fix minor memory leak in Win32 SID handling functions.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor memory leak in Win32 SID handling functions.
Date: 2009-07-27 08:46:10
Message-ID: 20090727084610.A1A9E75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix minor memory leak in Win32 SID handling functions. Not a big issue
since it's only called during process startup, thus no backpatch.

Found by TAKATSUKA Haruka, patch by Magnus Hagander and
Andrew Chernow

Modified Files:
--------------
pgsql/src/port:
exec.c (r1.63 -> r1.64)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c?r1=1.63&r2=1.64)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-07-27 09:01:44 Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on
Previous Message Magnus Hagander 2009-07-27 07:11:16 pgsql: Enable the use of multiple CPUs/cores when building on MSVC.