Commit 58f5726f authored by Rémi Duraffort's avatar Rémi Duraffort

Humhum. really fix the leak.

parent cfe1332b
...@@ -721,8 +721,8 @@ static void LogoListUnload( logo_list_t *p_list ) ...@@ -721,8 +721,8 @@ static void LogoListUnload( logo_list_t *p_list )
picture_Release( p_logo->p_pic ); picture_Release( p_logo->p_pic );
p_logo->p_pic = NULL; p_logo->p_pic = NULL;
} }
free( p_logo );
} }
free( p_list->p_logo );
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment