Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsCrashReport: initialize member variable
  • Loading branch information
rouault committed Jun 1, 2020
1 parent 794d085 commit 1030a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crashhandler/qgscrashreport.h
Expand Up @@ -97,7 +97,7 @@ class QgsCrashReport

private:
Flags mFlags;
QgsStackTrace *mStackTrace;
QgsStackTrace *mStackTrace = nullptr;
QStringList mVersionInfo;

};
Expand Down

0 comments on commit 1030a31

Please sign in to comment.