Fix a memory leak in the rbtree testcase.

This commit is contained in:
Andreas Schneider 2008-09-22 22:22:45 +02:00
parent 1b4e340565
commit 646de1261d

View file

@ -166,7 +166,6 @@ START_TEST (check_c_rbtree_insert_nomem)
fail_unless(errno == ENOMEM, NULL);
unsetenv("CSYNC_NOMEMORY");
testdata = c_rbtree_node_data(node);
SAFE_FREE(testdata);
c_rbtree_free(tree);