0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +00:00

Do not free AR dimensions from within ML. ()

Do not free AR dimension from ML.
This commit is contained in:
vkalintiris 2022-09-09 00:55:16 +03:00 committed by GitHub
parent e6870f0e8f
commit 65f08f3d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,9 +47,7 @@ public:
rrddim_set_name(AnomalyRateRD->rrdset, AnomalyRateRD, Name);
}
virtual ~RrdDimension() {
rrddim_free(AnomalyRateRD->rrdset, AnomalyRateRD);
}
virtual ~RrdDimension() {}
private:
RRDDIM *RD;