Re: Clang 3.3 Analyzer Results - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Clang 3.3 Analyzer Results
Date
Msg-id 1384274461.86356.YahooMailNeo@web162902.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: Clang 3.3 Analyzer Results  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: Clang 3.3 Analyzer Results  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Clang 3.3 Analyzer Results  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> wrote:

> Memory Error
>   Double free:  1
>   Memory leak:  1

These both seemed legitimate to me.  Patch attached.  Any
objections to applying it?  I realize the memory leak is a tiny one
in the regression testing code, so it could never amount to enough
to matter; but it seems worth fixing just to avoid noise in code
analyzers.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment

pgsql-hackers by date:

Previous
From: J Smith
Date:
Subject: Re: Errors on missing pg_subtrans/ files with 9.3
Next
From: Claudio Freire
Date:
Subject: Re: What's needed for cache-only table scan?