Skip to content

Commit

Permalink
Bug #2 fixed in Apple CoreFoundation implementation of event loop API
Browse files Browse the repository at this point in the history
  • Loading branch information
kspangsege committed May 17, 2016
1 parent 7a32799 commit e091ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/util/event_loop_apple_cf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class EventLoopImpl: public EventLoop {
if (m_returning)
return;
{
Mutex m_mutex;
LockGuard lg(m_mutex);
if (m_stopped) {
CFRunLoopStop(m_cf_run_loop);
m_returning = true;
Expand Down

0 comments on commit e091ccc

Please sign in to comment.