You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdkafkacpp_int.h: In member function 'virtual RdKafka::ErrorCode RdKafka::HandleImpl::oauthbearer_set_token(const string&, int64_t, const string&, const std::__cxx11::list<std::__cxx11::basic_string >&, std::string&)':
rdkafkacpp_int.h:974:15: warning: 'void free(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
974 | free(extensions_copy);
| ~~~~^~~~~~~~~~~~~~~~~
rdkafkacpp_int.h:961:76: note: returned from 'void* operator new '
961 | const char **extensions_copy = new const char *[extensions.size()];
| ^
The text was updated successfully, but these errors were encountered:
rdkafkacpp_int.h: In member function 'virtual RdKafka::ErrorCode RdKafka::HandleImpl::oauthbearer_set_token(const string&, int64_t, const string&, const std::__cxx11::list<std::__cxx11::basic_string >&, std::string&)':
rdkafkacpp_int.h:974:15: warning: 'void free(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
974 | free(extensions_copy);
| ~~~~^~~~~~~~~~~~~~~~~
rdkafkacpp_int.h:961:76: note: returned from 'void* operator new '
961 | const char **extensions_copy = new const char *[extensions.size()];
| ^
The text was updated successfully, but these errors were encountered: