diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-02-18 19:16:45 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-02-18 19:16:45 +0000 |
commit | 8d7b504f9cf20065f15b70abe0eba1979ba8076a (patch) | |
tree | 37f1d3103e7c4ffec3d4075ce224a107b68a0c5f /Python/errors.c | |
parent | 0a0eee4eafa0205fcd1902e20590e0ec0b891ffc (diff) | |
download | cpython-8d7b504f9cf20065f15b70abe0eba1979ba8076a.tar.gz |
Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>
The same problem (mixed mallocs) exists for the pcre stack.
The buffers md->... are allocated via PyMem_RESIZE in grow_stack(),
while in free_stack() they are released with free() instead of
PyMem_DEL().
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions