Merge branch 'develop'

This commit is contained in:
Ben Gräf 2018-11-15 19:39:12 +01:00
commit e874148820

View file

@ -595,7 +595,7 @@ std::string ClientStatus::toJsonString()
writer.SetMaxDecimalPlaces(10); writer.SetMaxDecimalPlaces(10);
respDocument.Accept(writer); respDocument.Accept(writer);
return strdup(buffer.GetString()); return buffer.GetString();
} }
void ClientStatus::clearGPUInfoList() void ClientStatus::clearGPUInfoList()