mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
fix RHD memory leak
old-commit-hash: 6c5080fa9860dbdfc6b97febc85ad1b537e42df9
This commit is contained in:
@@ -71,6 +71,7 @@ DMonitoringResult dmonitoring_eval_frame(DMonitoringModelState* s, void* stream_
|
||||
cropped_u_buf, cropped_width/2,
|
||||
cropped_v_buf, cropped_width/2,
|
||||
cropped_width, cropped_height);
|
||||
delete[] premirror_cropped_buf;
|
||||
}
|
||||
|
||||
uint8_t *resized_buf = new uint8_t[resized_width*resized_height*3/2];
|
||||
|
||||
Reference in New Issue
Block a user