Skip to content

Commit

Permalink
added null pointer protection
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Apr 13, 2012
1 parent 751222b commit 5310b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -648,6 +648,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
#else
//remove mActionTouch button
delete mActionTouch;
mActionTouch=0;
#endif

// update windows
Expand Down

0 comments on commit 5310b5b

Please sign in to comment.