The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=321 ====================================================================== Reported By: njh Assigned To: ====================================================================== Project: Redland RDF API Issue ID: 321 Category: utilities Reproducibility: sometimes Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-12-28 14:31 Last Modified: 2009-12-28 14:31 ====================================================================== Summary: librdf_free_node after librdf_iterator_get_object in rdfproc Description: Line 1431 of rdfproc.c does a librdf_free_node but the librdf_iterator_get_object documentation states that the data is shared and should not be freed.
This sometimes results in memory corruption and a warning on Mac OS X about a malloc double-free. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-12-28 14:31 njh New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
