From: Stefan Csomor Date: Thu, 11 Jun 2009 06:54:37 +0000 (+0000) Subject: adding missing release for editor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af665c2d7e1c1243cd9d422db233200bbf9e46e2 adding missing release for editor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/textctrl.mm b/src/osx/cocoa/textctrl.mm index 03e04f2488..2b12dac53b 100644 --- a/src/osx/cocoa/textctrl.mm +++ b/src/osx/cocoa/textctrl.mm @@ -212,6 +212,12 @@ protected : return self; } +- (void) dealloc +{ + [fieldEditor release]; + [super dealloc]; +} + - (void) setFieldEditor:(wxNSTextFieldEditor*) editor { fieldEditor = editor;