summaryrefslogtreecommitdiff
path: root/tests/test-basic-c.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-11-28 22:03:53 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2016-11-30 18:51:26 +0000
commit62b94635bc54bb5725c7b12a551427bbcb56c207 (patch)
treed9fdee45cbcae5f5051c11e972bb89c28fa03698 /tests/test-basic-c.c
parent667b734c792a50ca5b257e9ecbc270ba7e65a814 (diff)
downloadostree-62b94635bc54bb5725c7b12a551427bbcb56c207.tar.gz
[ASAN] tests: Fix leaks
Just for cleaner sanitizer output. Closes: #598 Approved by: jlebon
Diffstat (limited to 'tests/test-basic-c.c')
-rw-r--r--tests/test-basic-c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-basic-c.c b/tests/test-basic-c.c
index 447c46ea..8e7882b9 100644
--- a/tests/test-basic-c.c
+++ b/tests/test-basic-c.c
@@ -73,7 +73,6 @@ test_raw_file_to_archive_z2_stream (gconstpointer data)
&commit_checksum,
&error);
g_assert_no_error (error);
- reachable = ostree_repo_traverse_new_reachable ();
ostree_repo_traverse_commit (repo,
commit_checksum,
-1,