aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r--test/StormTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index 351ed5e..bac7c2a 100644
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -2090,7 +2090,7 @@ static int TestReadFile_MasterMirror(const char * szMirrorName, const char * szM
// Test of the TFileStream object
static int TestFileStreamOperations(const char * szPlainName, DWORD dwStreamFlags)
{
- TFileStream * pStream;
+ TFileStream * pStream = NULL;
TLogHelper Logger("FileStreamTest", szPlainName);
ULONGLONG ByteOffset;
ULONGLONG FileSize = 0;