Skip to content
Snippets Groups Projects
Commit acf7da63 authored by Thomas Guillem's avatar Thomas Guillem Committed by Hugo Beauzée-Luyssen
Browse files

kate: remove invalid clean


palette doesn't need to be freed since it's stack allocated.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
(cherry picked from commit 73f7b186)
Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent fff5aa90
No related branches found
No related tags found
No related merge requests found
......@@ -1169,7 +1169,6 @@ static subpicture_t *SetupSimpleKateSPU( decoder_t *p_dec, subpicture_t *p_spu,
CreateKatePalette( fmt.p_palette, ev->palette );
p_bitmap_region = subpicture_region_New( &fmt );
video_format_Clean( &fmt );
if( !p_bitmap_region )
{
msg_Err( p_dec, "cannot allocate SPU region" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment