From 63617fb55deeae3e9c515c402bb1808465c5259c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 17 Jul 2001 22:21:01 +0000 Subject: [PATCH] initialize gs_pFrame to NULL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/logg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 911c39c5a7..0564199d09 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -164,7 +164,7 @@ static int OpenLogFile(wxFile& file, wxString *filename = NULL); // we use a global variable to store the frame pointer for wxLogStatus - bad, // but it's the easiest way -static wxFrame *gs_pFrame; // FIXME MT-unsafe +static wxFrame *gs_pFrame = NULL; // FIXME MT-unsafe // ============================================================================ // implementation -- 2.45.2