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().
1 file changed