mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix memory leak
This commit is contained in:
parent
0e72736b12
commit
9ca1f91e2d
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@
|
|||
Class cls = (Class)handler;
|
||||
handler = [[cls alloc] init];
|
||||
[_traversalMap setObject: handler forKey: component];
|
||||
RELEASE(handler);
|
||||
}
|
||||
|
||||
// set the handler
|
||||
|
|
Loading…
Reference in a new issue