move erase to after dlclose

This commit is contained in:
2025-03-15 14:24:43 -05:00
parent b58b071f4c
commit 00563c74a7
2 changed files with 4 additions and 15 deletions

View File

@@ -11,6 +11,4 @@ Print::~Print() {
void Print::run() {
std::cout << "Print lib loaded and run!\n";
app.stopModule(self);
//app.end();
std::cout << "app.stopModule() called\n";
}