mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
* BugFix: Fix a Windows ASAN reported allocation mismatch error.
This commit is contained in:
parent
b0218d129c
commit
cc45f9e9a4
|
|
@ -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…
Reference in a new issue