mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
Dummy bug fix
This commit is contained in:
@@ -154,8 +154,9 @@ struct dispose_original_frame_udata {
|
||||
VIDEO_FRAME_DISPOSE(inst->m_original_frame);
|
||||
pthread_mutex_unlock(&inst->m_lock);
|
||||
delete inst;
|
||||
} else {
|
||||
pthread_mutex_unlock(&inst->m_lock);
|
||||
}
|
||||
pthread_mutex_unlock(&inst->m_lock);
|
||||
}
|
||||
|
||||
pthread_mutex_t m_lock;
|
||||
|
||||
Reference in New Issue
Block a user