mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-18 22:09:35 +08:00
fix more sanitizer complaint
This commit is contained in:
parent
c3debb0290
commit
17694ecaa9
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user