App::unload() segfaults
This commit is contained in:
@@ -11,5 +11,6 @@ Print::~Print() {
|
||||
|
||||
void Print::run() {
|
||||
std::cout << "Print lib loaded and run!\n";
|
||||
App::Get().unload(self);
|
||||
//App::Get().unload(self);
|
||||
App::Get().end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user