move erase to after dlclose
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user