[racket-dev] collects/mred/private/wx/cocoa/sound.rkt, comment about retain

From: Geoffrey S. Knauth (geoff at knauth.org)
Date: Tue Mar 15 06:57:37 EDT 2011

I was looking at collects/mred/private/wx/cocoa/sound.rkt, and a comment didn't make sense to me, because it looks as though retain is being used.

(tellv s retain) ; don't use `retain', because we dont' want auto-release

I'm guessing someone meant:

(tellv s retain) ; use `retain', because we don't want auto-release

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110315/9cad6a57/attachment.html>

Posted on the dev mailing list.