Fixed invalid memory access in Insight due to argv and argc lifetimes not being guaranteed
This commit is contained in:
@@ -24,6 +24,10 @@ namespace Bloom
|
||||
{
|
||||
Q_OBJECT
|
||||
private:
|
||||
std::string qtApplicationName = "Bloom";
|
||||
std::array<char*, 1> qtApplicationArgv = {this->qtApplicationName.data()};
|
||||
int qtApplicationArgc = 1;
|
||||
|
||||
ApplicationConfig applicationConfig;
|
||||
EnvironmentConfig environmentConfig;
|
||||
InsightConfig insightConfig;
|
||||
|
||||
Reference in New Issue
Block a user