prom: fix stats vector leak

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I620447c9aa8606a125063cdd724bfe74f8a870f6
This commit is contained in:
Florin Coras
2022-11-06 15:27:01 -08:00
committed by Dave Barach
parent 61fdfd51d1
commit 66b735ac97

View File

@ -177,6 +177,7 @@ retry:
}
}
stat_segment_data_free (res);
vec_free (stats);
return s;
}