summaryrefslogtreecommitdiff
path: root/src/utilcode/posterror.cpp
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2015-09-25 14:03:54 -0700
committerMatt Ellis <matell@microsoft.com>2015-09-25 17:24:02 -0700
commit6ac3cef4e3b82b3b9fbbce50a4a762e576464634 (patch)
treee4740ff710922047a7359b0927274988ef14c052 /src/utilcode/posterror.cpp
parentf0c1382fd5c65e44585b84a4bf3dd8ec86d73c6c (diff)
downloadcoreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.tar.gz
coreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.tar.bz2
coreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.zip
Fix for 134453: fix prefast warnings
[tfs-changeset: 1529946]
Diffstat (limited to 'src/utilcode/posterror.cpp')
-rw-r--r--src/utilcode/posterror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilcode/posterror.cpp b/src/utilcode/posterror.cpp
index 0ae48aab71..e409695a4b 100644
--- a/src/utilcode/posterror.cpp
+++ b/src/utilcode/posterror.cpp
@@ -256,7 +256,7 @@ HRESULT FillErrorInfo( // Return status.
}
CONTRACTL_END;
- ICreateErrorInfo *pICreateErr; // Error info creation Iface pointer.
+ ICreateErrorInfo *pICreateErr = NULL; // Error info creation Iface pointer.
IErrorInfo *pIErrInfo = NULL; // The IErrorInfo interface.
HRESULT hr; // Return status.