mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Keep modified qrenderdoc arguments around until end of execution
This commit is contained in:
@@ -73,9 +73,11 @@ int main(int argc, char *argv[])
|
||||
|
||||
QApplication a(argc, argv_mod);
|
||||
|
||||
delete[] argv_mod;
|
||||
|
||||
Core core(filename, remoteHost, remoteIdent, temp);
|
||||
|
||||
return a.exec();
|
||||
int ret = a.exec();
|
||||
|
||||
delete[] argv_mod;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user