Added comment header; don't use undocumented internals.
diff --git a/Demo/sgi/cd/playcd.py b/Demo/sgi/cd/playcd.py
index dc38ed9..29ccb36 100755
--- a/Demo/sgi/cd/playcd.py
+++ b/Demo/sgi/cd/playcd.py
@@ -1,3 +1,5 @@
+# Play CD audio on speaker or headphones.
+
 def playaudio(port, type, audio):
 	port.writesamps(audio)
 
@@ -70,7 +72,5 @@
 	except KeyboardInterrupt:
 		pass
 	al.setparams(AL.DEFAULT_DEVICE, oldparams)
-	r.player.close()
-	r.parser.deleteparser()
 
 main()