--- src/shared/timeout-mainloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/timeout-mainloop.c b/src/shared/timeout-mainloop.c index 37bb51c..77aaa63 100644 --- a/src/shared/timeout-mainloop.c +++ b/src/shared/timeout-mainloop.c @@ -65,6 +65,7 @@ unsigned int timeout_add(unsigned int timeout, timeout_func_t func, data->func = func; data->user_data = user_data; data->timeout = timeout; + data->destroy = destroy; data->id = mainloop_add_timeout(timeout, timeout_callback, data, timeout_destroy); -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html