I knew there was a reason it was commented out. It makes valgrind happy but causes the program to segfault on exit.
This commit is contained in:
parent
7f371ebf15
commit
4df9787c21
|
|
@ -329,7 +329,7 @@ void shmdatamapcallback(uv_timer_t* handle)
|
||||||
slogt("attempting device timer stop and release");
|
slogt("attempting device timer stop and release");
|
||||||
slogt("timer active status %i", uv_is_active((uv_handle_t*) dt));
|
slogt("timer active status %i", uv_is_active((uv_handle_t*) dt));
|
||||||
uv_timer_stop(dt);
|
uv_timer_stop(dt);
|
||||||
uv_close((uv_handle_t*) dt, on_timer_close_complete);
|
//uv_close((uv_handle_t*) dt, on_timer_close_complete);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(f->device_batons);
|
free(f->device_batons);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue