mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-10-14 01:35:36 +08:00
fix more sanitizer complaint
This commit is contained in:
@@ -413,7 +413,7 @@ class fec_decode_manager_t : not_copy_able_t {
|
|||||||
mylog(log_debug, "fec_decode_manager destroyed\n");
|
mylog(log_debug, "fec_decode_manager destroyed\n");
|
||||||
if (fec_data != 0) {
|
if (fec_data != 0) {
|
||||||
mylog(log_debug, "fec_data freed\n");
|
mylog(log_debug, "fec_data freed\n");
|
||||||
delete fec_data;
|
delete[] fec_data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int clear() {
|
int clear() {
|
||||||
|
Reference in New Issue
Block a user