Skip to content

Commit 5310b5b

Browse files
committedApr 13, 2012
added null pointer protection
1 parent 751222b commit 5310b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
648648
#else
649649
//remove mActionTouch button
650650
delete mActionTouch;
651+
mActionTouch=0;
651652
#endif
652653

653654
// update windows

0 commit comments

Comments
 (0)
Please sign in to comment.