]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing release for editor
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Jun 2009 06:54:37 +0000 (06:54 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Jun 2009 06:54:37 +0000 (06:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/textctrl.mm

index 03e04f248894adb70d81404774c0096d31e9a101..2b12dac53bcaeb62dd47dae7bd1f53323ecce700 100644 (file)
@@ -212,6 +212,12 @@ protected :
     return self;
 }
 
+- (void) dealloc
+{
+    [fieldEditor release];
+    [super dealloc];
+}
+
 - (void) setFieldEditor:(wxNSTextFieldEditor*) editor
 {
     fieldEditor = editor;