summaryrefslogtreecommitdiff
path: root/avstream/avssamp/wave.cpp
diff options
context:
space:
mode:
authorShantanu Gupta <[email protected]>2020-04-29 10:39:01 -0700
committerGitHub <[email protected]>2020-04-29 10:39:01 -0700
commitbee1573a5ba8d82f089e0dcb2b8113b12d4b60ba (patch)
treeb98da7a083d37b36e8270713d3d8dce7ac879759 /avstream/avssamp/wave.cpp
parent8fb512ac674df5ba129a69906d450f2a1361136d (diff)
parent5408da620e6039f06de4bc68383ca29bcc209ed2 (diff)
Merge with microsoft/master
Merge with upstream
Diffstat (limited to 'avstream/avssamp/wave.cpp')
-rw-r--r--avstream/avssamp/wave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avssamp/wave.cpp b/avstream/avssamp/wave.cpp
index 7af2f60a..de110e69 100644
--- a/avstream/avssamp/wave.cpp
+++ b/avstream/avssamp/wave.cpp
@@ -319,7 +319,7 @@ Return Value:
//
if (NT_SUCCESS (Status)) {
m_WaveData = reinterpret_cast <PUCHAR> (
- ExAllocatePoolWithTag (NonPagedPool, DataBlockSize, AVSSMP_POOLTAG)
+ ExAllocatePoolZero (NonPagedPool, DataBlockSize, AVSSMP_POOLTAG)
);
if (!m_WaveData) {