summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index a6ddfab..0425485 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -174,7 +174,7 @@ event_statement(void* handle,
sord_node_free(state->world, tup[0]);
sord_node_free(state->world, tup[1]);
sord_node_free(state->world, tup[2]);
- sord_node_free(state->world, tup[3]);
+ // FIXME: sord_node_free(state->world, tup[3]);
return true;
}