Skip to content

fix crash problem in QCoreApplication::arguments#40

Open
legnaleurc wants to merge 1 commit intodeanmao:masterfrom
legnaleurc:fix-crash
Open

fix crash problem in QCoreApplication::arguments#40
legnaleurc wants to merge 1 commit intodeanmao:masterfrom
legnaleurc:fix-crash

Conversation

@legnaleurc
Copy link

The constructor of QApplication takes a reference to int,
so argc must not be a local variable.

Fixes #28.

The constructor of QApplication takes a reference to int,
so argc must not be a local variable.

Fixes deanmao#28.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation fault: 11

1 participant