summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/android/src/run_loop_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/run_loop_impl.hpp b/platform/android/src/run_loop_impl.hpp
index 15cbfa14ae..9f4dec476e 100644
--- a/platform/android/src/run_loop_impl.hpp
+++ b/platform/android/src/run_loop_impl.hpp
@@ -57,7 +57,7 @@ private:
std::recursive_mutex mtx;
std::list<Runnable*> runnables;
- std::list<Runnable*>::iterator nextRunnable;
+ std::list<Runnable*>::iterator nextRunnable = runnables.end();
};
} // namespace util