From: Lukas Straub Date: Thu, 18 Mar 2021 04:11:51 +0000 (+0800) Subject: net/colo-compare.c: Fix memory leak for non-tcp packet X-Git-Tag: v6.0.0-rc0~11^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9162ed664926fe6e8dfa2f43e152ab088b5369ed;p=thirdparty%2Fqemu.git net/colo-compare.c: Fix memory leak for non-tcp packet Additional to removing the packet from the secondary queue, we also need to free it. Signed-off-by: Lukas Straub Signed-off-by: Zhang Chen Reviewed-by: Zhang Chen Signed-off-by: Jason Wang --- diff --git a/net/colo-compare.c b/net/colo-compare.c index 84db4978ac3..2e819ffedb7 100644 --- a/net/colo-compare.c +++ b/net/colo-compare.c @@ -690,6 +690,7 @@ static void colo_compare_packet(CompareState *s, Connection *conn, if (result) { colo_release_primary_pkt(s, pkt); + packet_destroy(result->data, NULL); g_queue_remove(&conn->secondary_list, result->data); } else { /*