mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
fix memory leaks
This commit is contained in:
parent
2ad623d0b3
commit
450c545c2c
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
{
|
{
|
||||||
_delegate = nil;
|
_delegate = nil;
|
||||||
|
DESTROY(_login);
|
||||||
|
DESTROY(_password);
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue