guile-user
[Top][All Lists]
Advanced

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

Re: Guile 1.8 Garbage Collection Question


From: Andy Wingo
Subject: Re: Guile 1.8 Garbage Collection Question
Date: Wed, 26 Oct 2011 10:39:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Tue 25 Oct 2011 22:34, "Whitlock, Bradley D" <address@hidden> writes:

>   scm_dynwind_unwind_handler (free, s, SCM_F_WIND_EXPLICITLY);

You can write this as scm_dynwind_free (s), FWIW.

Otherwise I didn't see the problem.  `s' is not managed by the GC, so
the GC shouldn't have much to do with it.

Regards,

Andy
-- 
http://wingolog.org/



reply via email to

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