commit | 012c81fc9720c8504da73b26f503b0ef8640da19 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 04 17:57:08 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 04 17:57:08 2002 +0000 |
tree | 7a4a8a535e36470ebc0cbc5e01685d01ad58302e | |
parent | 2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0 [diff] |
Avoid creating circular references between the ExpatParser and the ContentHandler. While GC will eventually clean up, it can take longer than normal for applications that create a lot of strings (or other immutables) rather without creating many containers. This closes SF bug #535474.