gcc/gcc/java ChangeLog jcf-parse.c parse.y
mark@gcc.gnu.org
mark@gcc.gnu.org
Sun Jan 9 13:54:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mark@gcc.gnu.org 2005-01-09 13:54:35
Modified files:
gcc/java : ChangeLog jcf-parse.c parse.y
Log message:
* parse.y (process_imports): Allocate (and free) original_name only
when not already defined.
* jcf-parse.c (read_class): Free results of find_class() and
lrealpath().
(java_parse_file): Keep pointer to head of file_list and free when
done. Free result of lrealpath().
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1525&r2=1.1526
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&r1=1.181&r2=1.182
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.525&r2=1.526
More information about the Gcc-cvs
mailing list