aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/stubs/WTFStubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/masm/stubs/WTFStubs.cpp')
-rw-r--r--src/3rdparty/masm/stubs/WTFStubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/stubs/WTFStubs.cpp b/src/3rdparty/masm/stubs/WTFStubs.cpp
index b26d10b3ab..f408b355f5 100644
--- a/src/3rdparty/masm/stubs/WTFStubs.cpp
+++ b/src/3rdparty/masm/stubs/WTFStubs.cpp
@@ -66,7 +66,7 @@ uint32_t cryptographicallyRandomNumber()
return 0;
}
-static FilePrintStream* s_dataFile;
+static FilePrintStream* s_dataFile = nullptr;
void setDataFile(FilePrintStream *ps)
{