GNOME Bugzilla – Bug 553937
CRDocHandler instances created with reference count of 0
Last modified: 2008-09-26 14:35:42 UTC
CRDocHandler instances created by cr_doc_handler_new() have an initial reference count of 0. This seems to be inconsistent with most reference counting schemes out there. As a consequence the handler must not be unref'd after being passed to CRParser.
Accepting.
Fixed in trunk.