yarp icon indicating copy to clipboard operation
yarp copied to clipboard

fixed dangling pointer using std::string

Open randaz81 opened this issue 1 year ago • 2 comments

Fix for: https://github.com/robotology/yarp/issues/3105 I'm aware that std::string is not a plain char*. ..but do we need to stick to this oooooold '99 style in libyarpmanager? I think not.
BTW, strings are used elsewhere in the same lib.

randaz81 avatar Jun 04 '24 13:06 randaz81