This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Raptor RDF parser and serializer library".

The branch, master has been updated
       via  8387c74acaf56cc74c12bf0cdbe2377912b7fddf (commit)
      from  dc4fe28166d6243dfd427ce74a2e5615e71a07d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8387c74acaf56cc74c12bf0cdbe2377912b7fddf
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 24 11:10:41 2010 -0800

    When creating new URIs or terms, free allocated values early.
    
    Since functions like raptor_new_term_from_uri() take copies of their
    arguments, any allocated objects passed in such as URIs or literals
    should be freed.  Adjust the code so that's done early.
    
    (raptor_rdfxml_generate_statement): Free bag_predicate_uri.
    
    (raptor_rdfxml_start_element_grammar): For rdf:ID, move the syntax
    checks earlier to save extra complexity on errors.
    
    Generally update all places to free generated IDs and constructed
    URIs just after making raptor_uri or raptor_term

-----------------------------------------------------------------------

Summary of changes:
 src/raptor_rdfxml.c |   64 ++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 46 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to