Skip to content

Commit

Permalink
Fix segfault when calling exec twice
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Oct 10, 2023
1 parent 4c04db4 commit 9f039b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ void ApplicationManager::check_no_engine()
{
throw std::runtime_error("Existing engine, aborting creation");
}
julia_api();
}

void ApplicationManager::set_engine(QQmlEngine* e)
Expand Down

0 comments on commit 9f039b1

Please sign in to comment.