Re: fsplay vtable quirkiness
Tom Lord <lord-1tv/[email protected]> Mon, 10 May 2004 07:36:14 -0700 (PDT)
| Newsgroups | gmane.lisp.scheme.pika.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Matthew Dempsky <[email protected]>
> In the fsplay code, the code will segfault if the client code provides
> 0 for the ref function, but 0 for the unref function is perfectly
> acceptable. Should the ref function calls be wrapped by "if
> (type->ref) { ... }" code too?
Yes.
-t