pgsql: Fix minor memory leak in Win32 SID handling functions. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Fix minor memory leak in Win32 SID handling functions.
Date
Msg-id 20090727084610.A1A9E75331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Enable the use of multiple CPUs/cores when building on MSVC.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add system catalog columns pg_constraint.conindid and