Commit 2e6a0471 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Keep track of ioctl_UnsetDMXFilter

parent 5b838f14
......@@ -613,6 +613,7 @@ int ioctl_UnsetDMXFilter(input_thread_t * p_input, int demux)
# endif
return -1;
}
msg_Dbg( p_input, "ioctl_UnsetDMXFilter closing demux %d", demux);
close(demux);
return 0;
}
......
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