mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Fix memory leak.
This commit is contained in:
parent
566680af7b
commit
e3ba0bfb8c
|
@ -93,6 +93,7 @@ static void encoder_state_config_frame_finalize(encoder_state_t * const state) {
|
||||||
|
|
||||||
kvz_image_list_destroy(state->frame->ref);
|
kvz_image_list_destroy(state->frame->ref);
|
||||||
FREE_POINTER(state->frame->lcu_stats);
|
FREE_POINTER(state->frame->lcu_stats);
|
||||||
|
FREE_POINTER(state->frame->aq_offsets);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int encoder_state_config_tile_init(encoder_state_t * const state,
|
static int encoder_state_config_tile_init(encoder_state_t * const state,
|
||||||
|
|
Loading…
Reference in a new issue