Commit 9a2101cd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not try to detach an already detached handler

parent 848c006a
......@@ -115,9 +115,6 @@ static void test_events (const char ** argv, int argc)
libvlc_event_send (em, &event);
assert( !callback_was_called );
libvlc_event_detach (em, mi_events[mi_events_len-1], test_events_callback_and_detach, &callback_was_called, &ex);
catch ();
log ("+ Testing regular detach()\n");
for (i = 0; i < mi_events_len - 1; i++) {
......
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