* BugFix: Fix a Windows ASAN reported allocation mismatch error.

This commit is contained in:
Robert MacGregor 2021-12-13 00:04:24 -05:00
parent b0218d129c
commit cc45f9e9a4

View file

@ -692,6 +692,7 @@ public:
PacketNotify *nextPacket; ///< Next packet sent.
PacketNotify();
virtual ~PacketNotify() = default;
};
virtual PacketNotify *allocNotify();
PacketNotify *mNotifyQueueHead; ///< Head of packet notify list.