Merge pull request #703 from Ragora/bugfix-allocation-size-mismatch

BugFix: Fix a Windows ASAN reported allocation/deallocation mismatch error.
This commit is contained in:
Brian Roberts 2021-12-13 07:35:59 -06:00 committed by GitHub
commit 1f4c488640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.