summaryrefslogtreecommitdiff
path: root/avstream/avshws/hwsim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'avstream/avshws/hwsim.cpp')
-rw-r--r--avstream/avshws/hwsim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avshws/hwsim.cpp b/avstream/avshws/hwsim.cpp
index 1e813bc2..46d6be62 100644
--- a/avstream/avshws/hwsim.cpp
+++ b/avstream/avshws/hwsim.cpp
@@ -219,7 +219,7 @@ Return Value:
// Allocate a scratch buffer for the synthesizer.
//
m_SynthesisBuffer = reinterpret_cast <PUCHAR> (
- ExAllocatePoolWithTag (
+ ExAllocatePoolZero (
NonPagedPoolNx,
m_ImageSize,
AVSHWS_POOLTAG