Changeset 4824


Ignore:
Timestamp:
06/27/12 00:41:16 (12 months ago)
Author:
sam
Message:

figfont: fix uninitialised data access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/figfont.c

    r4823 r4824  
    469469    } 
    470470 
     471    /* Remaining initialisation */ 
     472    ff->charcv = NULL; 
     473    ff->left = NULL; 
     474    ff->right = NULL; 
     475 
    471476    /* Import buffer into canvas */ 
    472477    ff->fontcv = caca_create_canvas(0, 0); 
Note: See TracChangeset for help on using the changeset viewer.