diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-21 11:04:30 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-21 11:04:30 +0100 |
commit | 61eb2aa328aa2ae231b84e53914693f3e56021e5 (patch) | |
tree | c46ea1ba7b0e5ac1f96f62ffe74c4e527735301c /test | |
parent | a9847ebf54835c9718f3089b6be9bb284ad8d040 (diff) |
storage/Interface: wrap StorageDirectoryReader in std::unique_ptr
Diffstat (limited to 'test')
-rw-r--r-- | test/run_storage.cxx | 1 |
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; } |