(Lakka) Fix subitems allocation

This commit is contained in:
Jean-André Santoni 2014-09-10 23:13:19 +02:00
parent 3af183dfe3
commit eb2c735ba3

View File

@ -744,6 +744,7 @@ void lakka_init_settings(void)
vspacing*(under_item_offset+jj) : vspacing * active_item_factor;
item->active_subitem = 0;
item->num_subitems = 0;
item->subitems = NULL;
kk = 0;
for (k = 0; k <= 512; k++)