EditTextView.st
changeset 4715 41e896899246
parent 4713 e8c9caf13e05
child 4721 59fc420ce5b0
--- a/EditTextView.st	Sun Sep 01 01:43:55 2013 +0200
+++ b/EditTextView.st	Sun Sep 01 02:38:16 2013 +0200
@@ -5569,6 +5569,13 @@
             ]
         ].
     ].
+!
+
+release
+    completionService notNil ifTrue:[
+        completionService release
+    ].
+    super release
 ! !
 
 !EditTextView methodsFor:'macros'!
@@ -8220,10 +8227,10 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.570 2013-08-31 23:39:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.571 2013-09-01 00:38:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.570 2013-08-31 23:39:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.571 2013-09-01 00:38:16 cg Exp $'
 ! !