We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d38b7 commit 312f8e9Copy full SHA for 312f8e9
1 file changed
src/flb_engine.c
@@ -1211,7 +1211,7 @@ int flb_engine_shutdown(struct flb_config *config)
1211
flb_hs_destroy(config->http_ctx);
1212
}
1213
#endif
1214
- if (config->ctx_evl) {
+ if (config->ctx_evl != NULL) {
1215
mk_event_channel_destroy(config->ctx_evl,
1216
config->ch_context_signal[0],
1217
config->ch_context_signal[1],
0 commit comments