]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix memory leak: free memory storing the content model passed to the
authorFred Drake <fdrake@acm.org>
Sun, 2 Feb 2003 03:54:17 +0000 (03:54 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 2 Feb 2003 03:54:17 +0000 (03:54 +0000)
commit06dd8cf5e4100303714f9e3f72b3c52330fdd51c
treeadbdcb5271145691ec62a629bb91d66de0e89533
parentee1a53cbb1302971a65ce6eba9b5e538a3595df0
Fix memory leak: free memory storing the content model passed to the
ElementDeclHandler by Expat.
Fixes SF bug #676990.
Modules/pyexpat.c