mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
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:
commit
1f4c488640
1 changed files with 1 additions and 0 deletions
|
|
@ -692,6 +692,7 @@ public:
|
|||
|
||||
PacketNotify *nextPacket; ///< Next packet sent.
|
||||
PacketNotify();
|
||||
virtual ~PacketNotify() = default;
|
||||
};
|
||||
virtual PacketNotify *allocNotify();
|
||||
PacketNotify *mNotifyQueueHead; ///< Head of packet notify list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue