[SYSAUDIO]
[reactos.git] / reactos / drivers / wdm / audio / sysaudio / main.c
index 6e0fcee..de1e06e 100644 (file)
@@ -53,10 +53,10 @@ SysAudio_Shutdown(
 
         /* close audio device handle */
         ZwClose(DeviceEntry->Handle);
+
         /* free device string */
         RtlFreeUnicodeString(&DeviceEntry->DeviceName);
-        /* free pins */
-        ExFreePool(DeviceEntry->Pins);
+
         /* free audio device entry */
         ExFreePool(DeviceEntry);
     }