[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lexical-let cause memory leaks?
From: |
Takafumi Arakaki |
Subject: |
Re: lexical-let cause memory leaks? |
Date: |
Tue, 31 Jan 2012 17:34:53 +0100 |
> > http://stackoverflow.com/questions/9062580/when-does-emacs-lisps-lexical-let-leak-memory
> > So... Is it true, that "variables bound with lexical-let are never
> > released, even if they are never used"?
>
> Not that I know. Of course, this code is not bug-free, but I don't know
> of any concrete case that bumps into such a bug.
Hi, I'm the one who wrote the stackoverflow question.
Good to know that there is no known leak.
Thank you.
Takafumi