@cryptotaxi247 / netdata-1 / commits / dfe70ab6b

Release acquired dimensions (#15307)

Stelios Fragkakis committed Jul 4, 2023 at 14:29 UTC dfe70ab6b286ac097d2af416216b2b723115c723
1 file changed +3 -1
collectors/plugins.d/pluginsd_parser.c
+3 -1
@@ -529,8 +529,10 @@ static inline PARSER_RC pluginsd_chart(char **words, size_t num_words, PARSER *p
529
530 if (likely(st)) {
531 if (options && *options) {
532 - if (strstr(options, "obsolete"))
532 + if (strstr(options, "obsolete")) {
533 + pluginsd_rrdset_cleanup(st);
534 rrdset_is_obsolete(st);
535 + }
536 else
537 rrdset_isnot_obsolete(st);
538