Skip to content

Conversation

@blblack
Copy link
Contributor

@blblack blblack commented Feb 19, 2014

"buf" is allocated here locally, then passed to
rd_kafka_broker_buf_enq(), which does not free it due to
the RD_KAFKA_OP_F_FREE ...

"buf" is allocated here locally, then passed to
rd_kafka_broker_buf_enq(), which does not free it due to
the RD_KAFKA_OP_F_FREE ...
@blblack
Copy link
Contributor Author

blblack commented Feb 19, 2014

Been playing with clang-analyzer on librdkafka - it can't quite make sense of your reference counting in general, but this one leak seemed legit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants