mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
Release infoController and projectManager
This commit is contained in:
parent
0b9e2ddb8d
commit
aa76e6406c
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
|
||||
- (void)dealloc
|
||||
{
|
||||
RELEASE(infoController);
|
||||
RELEASE(projectManager);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue