[wdmaudiodev] WaveRT event

  • From: Gilbert Passador <passador@xxxxxxxxxxxx>
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Thu, 12 Jul 2018 18:49:57 +0200

Hello,

The RegisterNotificationEvent method seems to behave in a strange way.
First, it allocates a NotificationListEntry for the new event.
But if the event was already in the list,
           the PLIST_ENTRY is removed from the list
           the newly allocated NotificationListEntry is freed,
           but nothing is done with the old NotificationListEntry !!!
Is this a memory leak ?

Gilbert

Other related posts: