mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Updated for some minor leak fixes
This commit is contained in:
parent
fc31e13214
commit
4e826135ce
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2021-01-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSKeyValueObserving.m: Fix leak of set
|
||||
* Source/NSPredicate.m: Fix leak evaluating a cast
|
||||
* Source/NSUnit.m: Fix memory leaks
|
||||
* Source/NSData.m: Use NSZoneMalloc and NSZoneRealloc for memory
|
||||
to ensure it is in the correct zone for the instance (and to avoid
|
||||
complaints from static analyser).
|
||||
|
||||
2021-01-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSSocketStream.m:
|
||||
|
|
Loading…
Reference in a new issue