Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Conversation

bourtemb
Copy link
Member

Add Tango::string_free() to hide CORBA::string_free()
Fix memory leak in DServer::zmq_event_subscription_change()

@bourtemb bourtemb requested a review from Ingvord May 28, 2018 14:04
@@ -1080,7 +1080,9 @@ DevVarLongStringArray *DServer::zmq_event_subscription_change(const Tango::DevVa
ret_data->svalue[size] = Tango::string_dup(event_topic.c_str());

string channel_name = ev->get_fqdn_prefix();
channel_name += dev->adm_name();
char * adm_name = dev->adm_name();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants