mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-09-17 04:34:31 +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");
|
||||
if (fec_data != 0) {
|
||||
mylog(log_debug, "fec_data freed\n");
|
||||
delete fec_data;
|
||||
delete[] fec_data;
|
||||
}
|
||||
}
|
||||
int clear() {
|
||||
|
Reference in New Issue
Block a user