PATCH: Memory leaks on start-up - Mailing list pgsql-hackers

From Lee Kindness
Subject PATCH: Memory leaks on start-up
Date
Msg-id 16156.62045.611010.936720@kelvin.csl.co.uk
Whole thread Raw
Responses Re: [PATCHES] PATCH: Memory leaks on start-up
List pgsql-hackers
Guys, attached is a patch to fix two memory leaks on start-up. The
first is when freeaddrinfo has been used to free memory allocated by
getaddrinfo2 (so freeaddrinfo2 should be used). The second is 2 leaks
when creating the lock (PostgreSQL and socket) files.

The diff is against last night's CVS HEAD.

L.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: threads.c
Next
From: Teodor Sigaev
Date:
Subject: Re: tsearch2 for 7.3.X