Skip to content

Fix memory leak in InfluxDB::recordPoint

Karol Krizka requested to merge berkeleylab/labRemote:influxDB-memory into influxDB

Pointers are not needed when using the influxdb_cpp::builder object. All methods of the object modify itself.

Merge request reports