fixed typo
This commit is contained in:
parent
ef1be011d7
commit
db695a6e62
@ -532,7 +532,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
/* Cleanup */
|
/* Cleanup */
|
||||||
free(font.glyphes);
|
free(font.glyphs);
|
||||||
zr_command_queue_free(&gui.queue);
|
zr_command_queue_free(&gui.queue);
|
||||||
zr_buffer_free(&device.cmds);
|
zr_buffer_free(&device.cmds);
|
||||||
device_shutdown(&device);
|
device_shutdown(&device);
|
||||||
|
@ -521,7 +521,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
/* Cleanup */
|
/* Cleanup */
|
||||||
free(font.glyphes);
|
free(font.glyphs);
|
||||||
zr_command_queue_free(&gui.queue);
|
zr_command_queue_free(&gui.queue);
|
||||||
zr_buffer_free(&device.cmds);
|
zr_buffer_free(&device.cmds);
|
||||||
device_shutdown(&device);
|
device_shutdown(&device);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user