diff --git a/src/probes/extends/ebpf.probe/src/stackprobe/stackprobe.c b/src/probes/extends/ebpf.probe/src/stackprobe/stackprobe.c index 9534fb092c12156c81326c13c363a3ab0ea35fdc..3a88f2936929c05a12169120adb4a60466ed9c57 100644 --- a/src/probes/extends/ebpf.probe/src/stackprobe/stackprobe.c +++ b/src/probes/extends/ebpf.probe/src/stackprobe/stackprobe.c @@ -2227,6 +2227,8 @@ void iter_histo_tbl(struct proc_stack_trace_histo_s *proc_histo, struct post_ser curl_post(svg_mng, post_server, &post_info, en_type, proc_histo->proc_id); } + free(post_info.buf_start); + return; }