emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory leak in display code?


From: Gerd Moellmann
Subject: Re: Memory leak in display code?
Date: 29 Dec 2001 13:50:26 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Richard Stallman <address@hidden> writes:

> That happens within a call to xrealloc here in adjust_glyph_matrix
> 
>             row->glyphs[LEFT_MARGIN_AREA]
>               = (struct glyph *) xrealloc (row->glyphs[LEFT_MARGIN_AREA],
>                                            (dim.width
>                                             * sizeof (struct glyph)));

Could the value of dim.width be something strange?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]