diff --git a/middleware/StorageManager/src/StorageBase.cpp b/middleware/StorageManager/src/StorageBase.cpp index 9cc009c..e8faf60 100644 --- a/middleware/StorageManager/src/StorageBase.cpp +++ b/middleware/StorageManager/src/StorageBase.cpp @@ -55,6 +55,7 @@ bool StorageBase::CheckDirectory(const char *filepath) *sep = '/'; } + // TODO: check if files exist finally here. free(path); return true; } \ No newline at end of file