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. (#13651)
Do not free AR dimension from ML.
This commit is contained in:
parent
e6870f0e8f
commit
65f08f3d33
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ public:
|
|||
rrddim_set_name(AnomalyRateRD->rrdset, AnomalyRateRD, Name);
|
||||
}
|
||||
|
||||
virtual ~RrdDimension() {
|
||||
rrddim_free(AnomalyRateRD->rrdset, AnomalyRateRD);
|
||||
}
|
||||
virtual ~RrdDimension() {}
|
||||
|
||||
private:
|
||||
RRDDIM *RD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue