* src/cache/ftcmru.c (FTC_MruList_New): Explain zeroing.
This commit is contained in:
parent
946e1353ea
commit
c6dd509b99
|
@ -262,6 +262,8 @@
|
|||
if ( list->clazz.node_done )
|
||||
list->clazz.node_done( node, list->data );
|
||||
}
|
||||
|
||||
/* zero new node in case of node_init failure */
|
||||
else if ( FT_ALLOC( node, list->clazz.node_size ) )
|
||||
goto Exit;
|
||||
|
||||
|
|
Loading…
Reference in New Issue