GDataXML-HTML
GDataXML-HTML copied to clipboard
Why always crash in xmlFreeDoc(xmlDoc_)
-
(void)dealloc { if (xmlDoc_ != NULL) { // release the strings cache // // since it's a CF object, were anyone to use this in a GC environment, // this would need to be released in a finalize method, too if (xmlDoc_->private != NULL) { CFRelease(xmlDoc->_private); }
xmlFreeDoc(xmlDoc_);} }
我这里也是这里崩溃了