We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eacc86 commit a6873cdCopy full SHA for a6873cd
1 file changed
include/fluent-bit/flb_coro.h
@@ -95,6 +95,7 @@ static FLB_INLINE void flb_coro_destroy(struct flb_coro *coro)
95
96
if (coro->callee != NULL) {
97
co_delete(coro->callee);
98
+ coro->callee = NULL;
99
}
100
101
flb_free(coro);
0 commit comments