mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
add missing malloc
This commit is contained in:
parent
de08b42f7d
commit
a5c83a32fd
@ -332,6 +332,7 @@ int main(int argc, char *argv[])
|
|||||||
// Initialize font system
|
// Initialize font system
|
||||||
InitFreeType((u8*)font_ttf, font_ttf_size);
|
InitFreeType((u8*)font_ttf, font_ttf_size);
|
||||||
gameScreenPng = (u8 *)malloc(512*1024);
|
gameScreenPng = (u8 *)malloc(512*1024);
|
||||||
|
browserList = (BROWSERENTRY *)malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
||||||
InitGUIThreads();
|
InitGUIThreads();
|
||||||
|
|
||||||
// store path app was loaded from
|
// store path app was loaded from
|
||||||
|
Loading…
Reference in New Issue
Block a user