mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-06-14 04:19:25 +00:00
Add cleanup
This commit is contained in:
parent
aa5b8bdcdc
commit
27266d76ff
@ -33,6 +33,8 @@ int main(int argc, char* argv[]) {
|
||||
std::cerr << "Failed to get storage version: " << result.getError().toStdString() << std::endl;
|
||||
}
|
||||
|
||||
logos.cleanup();
|
||||
|
||||
// logos destructor calls cleanup() automatically
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user