Skip to content

Commit

Permalink
- minor error reported by valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Jul 24, 2013
1 parent 4712f6e commit a658132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unix/apc_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1502,6 +1502,8 @@ apc_menu_create( Handle self, Handle owner)
XX-> w-> self = self;
XX-> w-> m = TREE;
XX-> w-> first = 0;
XX-> w-> sz.x = 0;
XX-> w-> sz.y = 0;
for ( i = 0; i <= ciMaxId; i++)
XX-> c[i] = prima_allocate_color(
nilHandle,
Expand Down

0 comments on commit a658132

Please sign in to comment.