Project

Profile

Help

Bug #6349

closed

Python PyXdmNode.childen property not releasing objects

Added by O'Neil Delpratt 3 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Category:
Saxon-C Internals
Start date:
2024-02-16
Due date:
% Done:

100%

Estimated time:
Found in version:
12.4.2
Fixed in version:
Platforms:

Description

In the SaxonC python extension the PyXdmNode.children method call correctly creates the child nodes, but there is no memory management in place to properly releasing objects when no londer in use.

It is possible that a similar problem can happen in the PHP extenssion too.

Actions #1

Updated by O'Neil Delpratt 3 months ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Bug now fixed. We have add internal logic to increase the children ref counts for the parent object (only set once). Repeated calls on the getChildren will return a cached array of child nodes.

Please register to edit this issue

Also available in: Atom PDF