This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/21096] copy-prop leaks memory


------- Additional Comments From dnovillo at redhat dot com  2005-04-18 22:21 -------
Subject: Re:  New: copy-prop leaks memory

On Mon, Apr 18, 2005 at 10:12:12PM -0000, kazu at cs dot umass dot edu wrote:
> tree-ssa-copy.c:844
> 
>  cached_last_copy_of = xmalloc (...)
> 
> does not have a corresponding free.
> 
Yeah.  Obvious patch pre-approved.


Diego.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21096


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