Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves: - double_unlock: ~unique_lock unlocks lk while it is unlocked. By applying: - letting unique_lock go out of scope naturally by limiting the scope of the lock. - In this case, nnstreamer#2913 (using std::lock_guard) since wait() function from std::condition_variable is being called. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 <ss.kong@samsung.com>
- Loading branch information