Add missing super dealloc
--- SimpleLine.m.orig
+++ SimpleLine.m
@@ -19,6 +19,7 @@ - (id)initWithString: (NSString *)aString {
 
 - (void)dealloc {
 	[ line release ];
+	[ super dealloc ];
 }
 
 
