Testing
This commit is contained in:
parent
7b3b8f6070
commit
1f49e21785
|
@ -37,10 +37,10 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
GRRLIB_Render(); // Render the frame buffer to the TV
|
GRRLIB_Render(); // Render the frame buffer to the TV
|
||||||
}
|
}
|
||||||
|
|
||||||
GRRLIB_Exit(); // Be a good boy, clear the memory allocated by GRRLIB
|
|
||||||
GRRLIB_FreeTTF(global_data->myFont);
|
GRRLIB_FreeTTF(global_data->myFont);
|
||||||
free(global_data);
|
free(global_data);
|
||||||
|
GRRLIB_Exit(); // Be a good boy, clear the memory allocated by GRRLIB
|
||||||
|
|
||||||
|
|
||||||
exit(0); // Use exit() to exit a program, do not use 'return' from main()
|
exit(0); // Use exit() to exit a program, do not use 'return' from main()
|
||||||
}
|
}
|
Loading…
Reference in New Issue