From 5eb4f53ce6f1502e16114b51e50ab85ecbc8eb99 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 Oct 2012 00:50:47 +0100 Subject: [PATCH] proto-shell: ensure that the teardown timeout gets killed Signed-off-by: Felix Fietkau --- proto-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto-shell.c b/proto-shell.c index 2a5eda0..038fb0b 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -317,6 +317,7 @@ proto_shell_free(struct interface_proto_state *proto) struct proto_shell_state *state; state = container_of(proto, struct proto_shell_state, proto); + uloop_timeout_cancel(&state->teardown_timeout); proto_shell_clear_host_dep(state); netifd_kill_process(&state->script_task); netifd_kill_process(&state->proto_task); -- 2.11.0