mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix memory leak in NSCache.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32067 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd88a65f4a
commit
8b241428d7
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@
|
|||
[self removeObjectForKey: key];
|
||||
}
|
||||
}
|
||||
[evictedKeys release];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue