From 27266d76ff0d13b18e6a8b65beaf619e0b2a68a2 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 24 Feb 2026 21:04:18 +0400 Subject: [PATCH] Add cleanup --- cli/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/main.cpp b/cli/main.cpp index d764f2f..d207971 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -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; }