mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 12:23:59 +00:00
parent
827ace8dca
commit
65634a18d1
@ -966,6 +966,13 @@ void dtvcc_handle_DFx_DefineWindow(ccx_dtvcc_service_decoder *decoder, int windo
|
||||
|
||||
if (window->visible)
|
||||
_dtvcc_window_update_time_show(window, timing);
|
||||
if (!window->memory_reserved)
|
||||
{
|
||||
for (int i = 0; i < CCX_DTVCC_MAX_ROWS; i++)
|
||||
{
|
||||
free(window->rows[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void dtvcc_handle_SWA_SetWindowAttributes(ccx_dtvcc_service_decoder *decoder, unsigned char *data)
|
||||
|
Loading…
Reference in New Issue
Block a user