On Mon 09 May 2011 11:14, [email protected] writes: > am I correct in assuming that the return value from > scm_from_locale_keyword("unknown"); > won't ever be garbage collected od do I have to protect > it?
I was about to answer: No, this is not correct. Keywords can be garbage-collected. However it does seem that currently, keywords are never garbage-collected. That's probably a bug, though. Andy -- http://wingolog.org/
