fix a possible memory leak

This commit is contained in:
Sergei Golovin 2024-03-07 15:49:02 +04:00
parent 9ca1f91e2d
commit 70b4c87af6

View file

@ -142,6 +142,7 @@
DESTROY(_password);
_delegate = nil;
DESTROY(_traversalMap);
DESTROY(_server);
[super dealloc];
}