mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-02-07 07:30:53 +00:00
forgot dealloc method.
git-svn-id: svn://qnap.local/TwoTerm/trunk@3137 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
1e6fc3be1d
commit
2bff238150
@ -38,6 +38,12 @@
|
||||
return NO;
|
||||
}
|
||||
|
||||
-(void)dealloc {
|
||||
|
||||
[_text release];
|
||||
[_color release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void)drawRect:(NSRect)dirtyRect {
|
||||
[super drawRect:dirtyRect];
|
||||
|
Loading…
x
Reference in New Issue
Block a user