This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [plugins][patch] Fix a memory leak in gengtype
- From: Diego Novillo <dnovillo at google dot com>
- To: Rafael Espindola <espindola at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Basile STARYNKEVITCH <basile at starynkevitch dot net>, Duncan Sands <baldrick at free dot fr>
- Date: Tue, 22 Sep 2009 16:35:57 -0400
- Subject: Re: [plugins][patch] Fix a memory leak in gengtype
- References: <38a0d8450909220611t16f04b6bw7511aeaea1df1113@mail.gmail.com>
On Tue, Sep 22, 2009 at 09:11, Rafael Espindola <espindola@google.com> wrote:
> @@ -1794,6 +1794,30 @@ get_output_file_name (const char *input_file)
> return NULL;
> }
>
> +static bool
> +is_file_equal(outf_p of)
Space before '('.
Needs comment.
OK with that change.
Diego.