Skip to content
Snippets Groups Projects
Commit 09964817 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fix destructor

parent c2d4bbda
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,14 @@ MessagePSRDKafka::~MessagePSRDKafka() {
boost::mutex::scoped_lock ll(io);
MRDDBG_<<" DESTROY KAFKA";
if(conf){
/*if(conf){
rd_kafka_conf_destroy(conf);
conf=NULL;
}
if(topic_conf){
rd_kafka_topic_conf_destroy(topic_conf);
topic_conf=NULL;
}
}*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment