Commit 9517775c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

misc/events.c: Fix previous commit.

parent 732a6d72
......@@ -188,7 +188,7 @@ void vlc_event_send( vlc_event_manager_t * p_em,
cached_listener->psz_debug_name,
ppsz_event_type_to_name[p_event->type],
cached_listener->p_user_data );
free(psz_debug_name);
free(cached_listener->psz_debug_name);
#endif
cached_listener->pf_callback( p_event, cached_listener->p_user_data );
......
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