Skip to content

Commit

Permalink
More regular expression leak fix changes ... use older code (plus fix…
Browse files Browse the repository at this point in the history
…es).
  • Loading branch information
rfm committed Nov 21, 2024
1 parent 087716f commit 4c287f2
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 86 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2024-11-21 Richard Frith-Macdonald <rfm@gnu.org>

* NSRegularExpression: avoid leaks in ICU code by calling replacement
methods with a non-NULL destination.
* NSRegularExpression: avoid leaks in ICU code by calling more
primitive methods.
* NSAutoreleasePool: fix leaks with libobjc2 ARC methods when a pool
is in a context that we leave due to an exception.
* NSObject: add -trackOwnership to log the retain/release/dealloc of
Expand Down
Loading

0 comments on commit 4c287f2

Please sign in to comment.