On 2020/02/01 12:06:02, Dan Eble wrote: > I see two uses of strdup. > The one in piano-pedal-engraver looks like it could be eliminated by using > std::string instead of a C string. > The one in relocate.cc looks like it could be replaced by strlen+malloc+strncpy.
I can work on a patch for these. https://codereview.appspot.com/579270051/