This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [plugins][patch] Fix a memory leak in gengtype


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]