Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/libvisca-thread.cpp: Move add_ref before creating thread
If the filter is created and removed in very short time, the thread might call add_ref after the object was released by the main thread. Though this situation never happen in a usual operation, the code should be fixed to handle such scenario.
- Loading branch information