mirror of
https://github.com/versity/scoutfs.git
synced 2026-06-01 09:16:21 +00:00
scoutfs_recov_shutdown() tried to move the recovery tracking structs off the shared list and into a private list so they could be freed. But then it went and walked the now empty shared list to free entries. It should walk the private list. This would leak a small amount of memory in the rare cases where the server was shutdown while recovery was still pending. Signed-off-by: Zach Brown <zab@versity.com>