mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
initialize variable flagged by valgrind
This commit is contained in:
parent
ae0d2facb4
commit
85fd353829
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ drawCell( BoardCtxt* board, const XP_U16 col, const XP_U16 row, XP_Bool skipBlan
|
||||||
XP_Bool success = XP_TRUE;
|
XP_Bool success = XP_TRUE;
|
||||||
XP_Rect cellRect = {0};
|
XP_Rect cellRect = {0};
|
||||||
Tile tile;
|
Tile tile;
|
||||||
XP_Bool isBlank, isEmpty, recent, pending = XP_FALSE;
|
XP_Bool isBlank, isEmpty, recent = XP_FALSE, pending = XP_FALSE;
|
||||||
XWBonusType bonus;
|
XWBonusType bonus;
|
||||||
ModelCtxt* model = board->model;
|
ModelCtxt* model = board->model;
|
||||||
DictionaryCtxt* dict = model_getDictionary( model );
|
DictionaryCtxt* dict = model_getDictionary( model );
|
||||||
|
|
Loading…
Reference in a new issue