mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 22:27:56 -04:00
Fix memory leaks in client
This commit is contained in:
1 parent
d716973642
commit
2bbf66c0ee
2 files changed
+9
No files matched your search
@@ -215,6 +215,8 @@ void NetworkClient::ListenThread()
|
||||
ProcessReply_ControllerData(header.pkt_size, data, header.pkt_dev_idx);
|
||||
break;
|
||||
}
|
||||
|
||||
delete[] data;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user