lilypond-devel
[Top][All Lists]
Advanced

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

self_scm_=SCM_EOL;


From: Erik Sandberg
Subject: self_scm_=SCM_EOL;
Date: Tue, 16 Aug 2005 19:39:04 +0200
User-agent: KMail/1.8.1

Hi,

I noticed that the 
self_scm_=SCM_EOL;
line is missing in many constructors of smobs, e.g. in Context. Is this safe?

I don't know about Guile internals, but I can imagine that smobify_self() 
could trigger a GC, which could do bad things. I don't understand why this 
would be less risky in classes which have no subclasses.

Erik




reply via email to

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