fix memory leak

This commit is contained in:
Sergei Golovin 2024-03-07 15:44:54 +04:00
parent 0e72736b12
commit 9ca1f91e2d

View file

@ -266,6 +266,7 @@
Class cls = (Class)handler;
handler = [[cls alloc] init];
[_traversalMap setObject: handler forKey: component];
RELEASE(handler);
}
// set the handler