mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix a possible memory leak
This commit is contained in:
parent
9ca1f91e2d
commit
70b4c87af6
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
DESTROY(_password);
|
||||
_delegate = nil;
|
||||
DESTROY(_traversalMap);
|
||||
DESTROY(_server);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue