[PORTCLS]
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / pin_wavepci.cpp
index 1b44fe1..69985c5 100644 (file)
@@ -668,7 +668,7 @@ CPortPinWavePci::Close(
 
     if (m_Format)
     {
-        ExFreePool(m_Format);
+        FreeItem(m_Format, TAG_PORTCLASS);
         m_Format = NULL;
     }