Diff between fe8b3bda77b38e27fb3a27b589dd403855f902b6 and 9e79b139324895afdf2e78e2aecf35a72f703784
Changed Files
| File | Additions | Deletions | Status |
| tools/mesh-gatt/net.c | +1 | -0 | modified |
Full Patch
diff --git a/tools/mesh-gatt/net.c b/tools/mesh-gatt/net.c
index e8171c6..d74e1f5 100644
--- a/tools/mesh-gatt/net.c
+++ b/tools/mesh-gatt/net.c
@@ -1197,6 +1197,7 @@ static void flush_pkt_list(GList **list)
pkt = l->data;
*list = g_list_remove(*list, pkt);
g_free(pkt);
+ l = g_list_first(*list);
}
}