internal/pkg: delete stale done channels

There is no reason to keep these around.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-05 02:12:34 +09:00
parent b98d27f773
commit 7548a627e5

View File

@@ -293,6 +293,7 @@ func (c *Cache) finaliseIdent(
} else { } else {
c.ident[*id] = *checksum c.ident[*id] = *checksum
} }
delete(c.identPending, *id)
c.identMu.Unlock() c.identMu.Unlock()
close(done) close(done)