forgot dealloc method.

git-svn-id: svn://qnap.local/TwoTerm/trunk@3137 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2016-09-17 17:36:38 +00:00
parent 1e6fc3be1d
commit 2bff238150

View File

@ -38,6 +38,12 @@
return NO;
}
-(void)dealloc {
[_text release];
[_color release];
[super dealloc];
}
- (void)drawRect:(NSRect)dirtyRect {
[super drawRect:dirtyRect];