wei56 opened a new pull request #213: fix one bug in DestroyProducer 
URL: https://github.com/apache/rocketmq-client-cpp/pull/213
 
 
   ## What is the purpose of the change
   
   fix one bug in DestroyProducer which can cause the progam coredump  
   
   ## Brief changelog
   
    delete reinterpret_cast<DefaultMQProducer*>(pProducer);
   to
    delete reinterpret_cast<DefaultProducer*>(pProducer);
   
   ## Verifying this change
   run producer in example 
   
![image](https://user-images.githubusercontent.com/5809934/71805243-ba7ee380-30a0-11ea-9493-8cc3eabe632b.png)
   
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to