Commit 7a8faedc11ef47e7366db6b162ebd70f2d1076d1

Authored by Bryan Dallas
1 parent c3558a48

Added a notify for the exit waiter in the error condition.

Showing 1 changed file with 1 additions and 0 deletions
src/client.cpp
@@ -282,6 +282,7 @@ void Redox::runEventLoop() { @@ -282,6 +282,7 @@ void Redox::runEventLoop() {
282 } 282 }
283 283
284 running_waiter_.notify_one(); 284 running_waiter_.notify_one();
  285 + exit_waiter_.notify_one();
285 return; 286 return;
286 } 287 }
287 } 288 }