Fix memory corruption when cleaning timer

This commit is contained in:
Cheng Zhao 2015-10-21 20:46:16 +08:00
parent 2d410ede48
commit 444f461269
2 changed files with 8 additions and 2 deletions

View file

@ -31,6 +31,7 @@ class UvTaskRunner : public base::SingleThreadTaskRunner {
private:
static void OnTimeout(uv_timer_t* timer);
static void OnClose(uv_handle_t* handle);
uv_loop_t* loop_;