adding missing release for editor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-06-11 06:54:37 +00:00
parent 7cb2a24183
commit af665c2d7e

View File

@@ -212,6 +212,12 @@ protected :
return self; return self;
} }
- (void) dealloc
{
[fieldEditor release];
[super dealloc];
}
- (void) setFieldEditor:(wxNSTextFieldEditor*) editor - (void) setFieldEditor:(wxNSTextFieldEditor*) editor
{ {
fieldEditor = editor; fieldEditor = editor;