[PORTCLS]
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / pin_wavecyclic.cpp
index 4da9086..003b9b3 100644 (file)
@@ -959,7 +959,7 @@ CPortPinWaveCyclic::Close(
     if (m_Format)
     {
         // free format
-        ExFreePool(m_Format);
+        FreeItem(m_Format, TAG_PORTCLASS);
         m_Format = NULL;
     }