From af665c2d7e1c1243cd9d422db233200bbf9e46e2 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 11 Jun 2009 06:54:37 +0000 Subject: [PATCH] adding missing release for editor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/textctrl.mm | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.50.0