pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/python/cpython/commit/36433221f06d649dbd7e13f5fec948be8ffb90af

stylesheet" href="https://github.githubassets.com/assets/global-d18f184ea1a06a2c.css" /> bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH… · python/cpython@3643322 · GitHub
Skip to content

Commit 3643322

Browse files
Alexey Izbyshevmiss-islington
authored andcommitted
bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845)
https://bugs.python.org/issue35984
1 parent 4327705 commit 3643322

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_xxsubinterpretersmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@ _channel_send(_channels *channels, int64_t id, PyObject *obj)
13391339
return -1;
13401340
}
13411341
if (_PyObject_GetCrossInterpreterData(obj, data) != 0) {
1342+
PyMem_Free(data);
13421343
PyThread_release_lock(mutex);
13431344
return -1;
13441345
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy