summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-21 11:04:30 +0100
committerMax Kellermann <max@musicpd.org>2018-01-21 11:04:30 +0100
commit61eb2aa328aa2ae231b84e53914693f3e56021e5 (patch)
treec46ea1ba7b0e5ac1f96f62ffe74c4e527735301c /test
parenta9847ebf54835c9718f3089b6be9bb284ad8d040 (diff)
storage/Interface: wrap StorageDirectoryReader in std::unique_ptr
Diffstat (limited to 'test')
-rw-r--r--test/run_storage.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run_storage.cxx b/test/run_storage.cxx
index 267b98750..3d987f541 100644
--- a/test/run_storage.cxx
+++ b/test/run_storage.cxx
@@ -82,7 +82,6 @@ Ls(Storage &storage, const char *path)
mtime, name);
}
- delete dir;
return EXIT_SUCCESS;
}