liblzma: Add a note to index.c for those using static analyzers.

This commit is contained in:
Lasse Collin 2015-10-12 20:31:44 +03:00
parent 3bf857edfe
commit 09f395b6b3
1 changed files with 3 additions and 0 deletions

View File

@ -829,6 +829,9 @@ lzma_index_cat(lzma_index *restrict dest, lzma_index *restrict src,
s->groups.rightmost = &newg->node;
lzma_free(g, allocator);
// NOTE: newg isn't leaked here because
// newg == (void *)&newg->node.
}
}