[PATCH] for Review: Fix for PR java/12548
Andrew Haley
aph@redhat.com
Mon Nov 24 10:05:00 GMT 2003
Jeff Sturm writes:
>
> > - init_name = get_file_function_name ('I');
> > + init_name =
> > + get_identifier (
> > + concat (IDENTIFIER_POINTER (get_file_function_name ('I')),
> > + "_resource", NULL));
> > init_type = build_function_type (void_type_node, end_params_node);
>
> I think you need to free the result of concat.
>
> You'll need approval from Andrew Haley for this.
I know, but I'm going to punt the approval to Tom. He wrote this
stuff...
Andrew.
More information about the Java-patches
mailing list