prom: fix stats vector leak
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I620447c9aa8606a125063cdd724bfe74f8a870f6
This commit is contained in:

committed by
Dave Barach

parent
61fdfd51d1
commit
66b735ac97
@ -177,6 +177,7 @@ retry:
|
||||
}
|
||||
}
|
||||
stat_segment_data_free (res);
|
||||
vec_free (stats);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user