Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29992
Collapse All | Expand All

(-)../work/freetype-2.1.4/src/cache/ftlru.c (-1 / +2 lines)
Lines 231-237 Link Here
231
  
231
  
232
          if ( node == NULL )
232
          if ( node == NULL )
233
          {
233
          {
234
            FT_ASSERT( list->nodes == 0 );
234
            FT_ASSERT( list->num_nodes == 0 );
235
            error = FT_Err_Out_Of_Memory;
235
            error = FT_Err_Out_Of_Memory;
236
            goto Exit;
236
            goto Exit;
237
          }
237
          }
Lines 384-389 Link Here
384
          clazz->node_done( node, list );
384
          clazz->node_done( node, list );
385
385
386
        FT_FREE( node );
386
        FT_FREE( node );
387
	list->num_nodes--;
387
      }
388
      }
388
      else
389
      else
389
        pnode = &(*pnode)->next;
390
        pnode = &(*pnode)->next;

Return to bug 29992