emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp object that refers to a C struct


From: Stefan Monnier
Subject: Re: Lisp object that refers to a C struct
Date: Wed, 17 Oct 2012 20:23:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> OK, but who will call this freeing function?  E.g., I don't see a call
> to free_misc in gc_sweep, it just puts every Lisp_Misc on the free
> list.  Do I add the call to the freeing function in gc_sweep, similar
> to the call to unchain_marker for markers?

Yes, you need to add the call to gc_sweep.


        Stefan



reply via email to

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