GDataXML-HTML icon indicating copy to clipboard operation
GDataXML-HTML copied to clipboard

Why always crash in xmlFreeDoc(xmlDoc_)

Open Abnerzj opened this issue 7 years ago • 1 comments

  • (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_);
    

    } }

Abnerzj avatar Mar 20 '18 11:03 Abnerzj

我这里也是这里崩溃了

foqianyilishazi avatar Sep 14 '22 12:09 foqianyilishazi