X Tutup
Skip to content

[3.13] gh-140593: Fix a memory leak in function my_ElementDeclHandler of pyexpat (GH-140602)#140625

Closed
miss-islington wants to merge 1 commit intopython:3.13from
miss-islington:backport-e34a5e3-3.13
Closed

[3.13] gh-140593: Fix a memory leak in function my_ElementDeclHandler of pyexpat (GH-140602)#140625
miss-islington wants to merge 1 commit intopython:3.13from
miss-islington:backport-e34a5e3-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 26, 2025

Ensure that the memory allocated for the content model
passed to my_ElementDeclHandler is freed in all error
paths.
(cherry picked from commit e34a5e3)

Co-authored-by: Sebastian Pipping sebastian@pipping.org

…` of `pyexpat` (pythonGH-140602)

Ensure that the memory allocated for the content model
passed to `my_ElementDeclHandler` is freed in all error
paths.
(cherry picked from commit e34a5e3)

Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup