We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f98ed commit e27feacCopy full SHA for e27feac
src/aws/flb_aws_util.c
@@ -271,7 +271,7 @@ struct flb_aws_client *flb_aws_client_create()
271
client->http_cb_ctx = flb_callback_create("aws client"); // FIXME: what name?
272
if (!client->http_cb_ctx) {
273
flb_errno();
274
- flb_callback_destroy(client->http_cb_ctx);
+ flb_free(client);
275
return NULL;
276
}
277
return client;
0 commit comments