Skip to content

Commit 4a910cd

Browse files
committed
Forgot something
1 parent b5c238b commit 4a910cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void *execute_step(void *args)
162162
}
163163
if (atomic_load(&step->quit)) {
164164
free(output);
165-
cleanup_children(step, left_input, right_input);
165+
handle_quit(step, left_input, right_input);
166166
return NULL;
167167
}
168168

0 commit comments

Comments
 (0)