chore: fix memory leaks

This commit is contained in:
jpk68
2026-07-25 17:36:08 -04:00
parent 9766ba7da6
commit 9cae14f744
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ namespace transport
header.h.flags[2] = 0; // flag
memcpy (h, header.buf, 16);
htobuf64 (h + 16, GetSourceConnID ()); // source id
memset (h + 24, 0, 8); // header token
// payload
payload[0] = eSSU2BlkDateTime;
htobe16buf (payload + 1, 4);