Commit 5d963f01 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not free which has not been malloc'd - fixes #1263

parent 7ba6fdab
......@@ -89,7 +89,6 @@ void vlc_event_manager_fini( vlc_event_manager_t * p_em )
FOREACH_END()
free( listeners_group );
FOREACH_END()
free( p_em );
}
/**
......
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