Release infoController and projectManager

This commit is contained in:
Gregory John Casamento 2021-08-29 06:44:08 -04:00
parent 0b9e2ddb8d
commit aa76e6406c

View file

@ -64,6 +64,8 @@
- (void)dealloc
{
RELEASE(infoController);
RELEASE(projectManager);
[super dealloc];
}