diff options
Diffstat (limited to 'media/mtp')
-rw-r--r-- | media/mtp/MtpServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpServer.cpp b/media/mtp/MtpServer.cpp index f74f395e5f..5ba6be9184 100644 --- a/media/mtp/MtpServer.cpp +++ b/media/mtp/MtpServer.cpp @@ -736,6 +736,7 @@ static void deleteRecursive(const char* path) { unlink(pathbuf); } } + closedir(dir); } static void deletePath(const char* path) { |