summaryrefslogtreecommitdiff
path: root/avstream/avssamp/wave.cpp
diff options
context:
space:
mode:
authorJoel Corley <[email protected]>2020-04-07 00:43:16 -0700
committerJoel Corley <[email protected]>2020-04-07 00:43:16 -0700
commit27c8560ba860165db5a173b37591271397d20bb7 (patch)
tree5eb91440b4fcd8d199a162c053f171a925b8eced /avstream/avssamp/wave.cpp
parent6568238719a3fe6d317e1d4a13131f5d2ca0234b (diff)
parent60dab78e2549a164e5558b2169a900f24ac41434 (diff)
Merge branch 'UpdateVibraniumAvstream' of https://github.com/JoelCorley/Windows-driver-samples into UpdateVibraniumAvstream
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) {