liblzma: Add a note to index.c for those using static analyzers.
diff --git a/src/liblzma/common/index.c b/src/liblzma/common/index.c
index 62e4f8b..bc1ef29 100644
--- a/src/liblzma/common/index.c
+++ b/src/liblzma/common/index.c
@@ -829,6 +829,9 @@
 				s->groups.rightmost = &newg->node;
 
 			lzma_free(g, allocator);
+
+			// NOTE: newg isn't leaked here because
+			// newg == (void *)&newg->node.
 		}
 	}