Skip to content

Commit

Permalink
added missing call to azure_cred_provider_factory_t dtor in factory_i…
Browse files Browse the repository at this point in the history
…nitializer
  • Loading branch information
v-jameslongo committed Aug 21, 2024
1 parent 65ce2a7 commit 70894c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rlclientlib/factory_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ factory_initializer::~factory_initializer()
(&sender_factory)->~sender_factory_t();
(&trace_logger_factory)->~trace_logger_factory_t();
(&time_provider_factory)->~time_provider_factory_t();
(&azure_cred_provider_factory)->~azure_cred_provider_factory_t();
}
}

Expand Down

0 comments on commit 70894c8

Please sign in to comment.