mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Fix a memory leak in the rbtree testcase.
This commit is contained in:
parent
1b4e340565
commit
646de1261d
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue