librdkafka
                                
                                 librdkafka copied to clipboard
                                
                                    librdkafka copied to clipboard
                            
                            
                            
                        Fix double free as reported by address sanitize that can cause a crash
Fix double free as reported by address sanitize that causes a crash when deleting the memory a second time if it is already being used between the deletes. Easily reproduced by causing an error like sending in a bad topic.
Updated comments.