summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/raptor_ntriples.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raptor_ntriples.c b/src/raptor_ntriples.c
index 5c2031c7..3276e790 100644
--- a/src/raptor_ntriples.c
+++ b/src/raptor_ntriples.c
@@ -663,6 +663,8 @@ raptor_ntriples_parse_term(raptor_world* world, raptor_locator* locator,
dest,
datatype_uri,
object_literal_language);
+ if(datatype_uri)
+ raptor_free_uri(datatype_uri);
}
break;