emacs-devel
[Top][All Lists]
Advanced

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

Re: Memory leak in keyboard variables?


From: Chong Yidong
Subject: Re: Memory leak in keyboard variables?
Date: Mon, 15 Dec 2008 22:33:51 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Chetan Pandya <address@hidden> writes:

> Although not related, spotted while looking at the code in font.c:
> font_update_drivers
>
>        for (list = f->font_driver_list; list; list = list->next)
>       if (! list->on)
> -       list_table[i] = list;
> +       list_table[i++] = list;
>        list_table[i] = NULL;

I've checked in the fix, thank you.




reply via email to

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