From 0b3261a51e101b55817ea631febc6ad3d0fe93ff Mon Sep 17 00:00:00 2001 From: hoikas Date: Sun, 17 Oct 2021 13:17:22 -0600 Subject: [PATCH] #25 --- id/25/25/journal.json | 1 + 1 file changed, 1 insertion(+) diff --git a/id/25/25/journal.json b/id/25/25/journal.json index e69de29b..f6995be1 100644 --- a/id/25/25/journal.json +++ b/id/25/25/journal.json @@ -0,0 +1 @@ +[{"date":"2021-10-17T19:17:22Z","author":"hoikas","fields":{"title":"Fix three Python-related memory leaks.","body":"This fixes three Python related memory leaks.\n\nThe first two occur when certain vault operations are performed in Python using a callback object. The bound methods used as callbacks are leaked. In practice, xSimpleImager uses its own instance for these callbacks. This means that the xSimpleImager instance is leaked, therefore the imager\u0027s plKey is leaked, resulting in plKeys that are alive when the plResManager (and therefore) client exit.\n\nThe second is a spurious reference count increment in `pyVaultNode::AddNode()` - the node\u0027s reference count is already incremented by virtue of its creation. Therefore, the extra increment (without a corresponding decrement) leaks the node.","type":"Bug","severity":"Unrated","priority":"Normal","mergeTo":"master","watchers":"+hoikas","status":"New"}}] \ No newline at end of file