Add cleanup

This commit is contained in:
Arnaud 2026-02-24 21:04:18 +04:00
parent aa5b8bdcdc
commit 27266d76ff
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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;
}