fix memory leaks

This commit is contained in:
Sergei Golovin 2024-03-07 14:53:33 +04:00
parent 2ad623d0b3
commit 450c545c2c

View file

@ -27,6 +27,8 @@
- (void)dealloc - (void)dealloc
{ {
_delegate = nil; _delegate = nil;
DESTROY(_login);
DESTROY(_password);
[super dealloc]; [super dealloc];
} }