From cb05bc67c60d9ef3940c9427f89d7253826fb7ed Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 20 Aug 2012 18:52:37 +0100 Subject: [PATCH] Ensure localBrowser is NULL when starting to prevent crash --- src/game/GameController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index f1371a546..48632a74c 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -139,6 +139,7 @@ GameController::GameController(): tagsWindow(NULL), options(NULL), activePreview(NULL), + localBrowser(NULL), HasDone(false) { gameView = new GameView();