Author :
Alexei Podtelezhnikov
Date :
2024-04-29 16:58:59
Hash :f8f0d1a1 Message :* src/cache/ftcmru.c (FTC_MruList_New): Do not reset nodes.
Resetting of the size nodes can crash, if a parent face purge happens
simultaneously and destroys the node. It is safer to create a new node.
Fixes #1270, reopened with a separate issue.