mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-09 10:56:55 +00:00
fix address sanitizer issues
This commit is contained in:
+1
-1
@@ -1389,7 +1389,7 @@ bool NET_GetLoopPacket ( netpacket_t * packet )
|
||||
|
||||
if ( loop->data != loop->defbuffer )
|
||||
{
|
||||
delete loop->data;
|
||||
delete[] loop->data;
|
||||
loop->data = loop->defbuffer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user