Skip to content

Commit c7f872e

Browse files
out_azure_kusto: removed conf url destroy
Signed-off-by: Tanmaya Panda <tanmayapanda@microsoft.com>
1 parent 18914d2 commit c7f872e

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

plugins/out_azure_kusto/azure_kusto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ struct flb_azure_kusto {
111111

112112
/* oauth2 context */
113113
flb_sds_t oauth_url;
114-
//flb_sds_t imds_url;
115114
int use_imds;
116115
struct flb_oauth2 *o;
117116

plugins/out_azure_kusto/azure_kusto_conf.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -809,16 +809,6 @@ int flb_azure_kusto_conf_destroy(struct flb_azure_kusto *ctx)
809809
ctx->oauth_url = NULL;
810810
}
811811

812-
if (ctx->az_kusto_scope){
813-
flb_sds_destroy(ctx->az_kusto_scope);
814-
ctx->az_kusto_scope = NULL;
815-
}
816-
817-
if (ctx->msal_auth_url){
818-
flb_sds_destroy(ctx->msal_auth_url);
819-
ctx->msal_auth_url = NULL;
820-
}
821-
822812
if (ctx->o) {
823813
flb_oauth2_destroy(ctx->o);
824814
ctx->o = NULL;

0 commit comments

Comments
 (0)