diff --git a/net/net_tcp_report.c b/net/net_tcp_report.c index 8a2a5dfecbd..882226c9303 100644 --- a/net/net_tcp_report.c +++ b/net/net_tcp_report.c @@ -51,6 +51,8 @@ static void tcp_report_ipc_handler(int sender, void *payload) /* run the report callback */ protos[job->proto].net.report( job->type, job->conn_id, job->conn_flags, job->extra); + /* and free the job memory */ + shm_free(job); }