engine-from-scratch
engine-from-scratch copied to clipboard
Fix Memory leak in array_list.c:array_list_create
Fix Memory leak in array_list.c:array_list_create
Free the memory that was allocated for the list if malloc fails to allocate the underlying array
Thanks for that @Quinn1876 , will add it in to an ep, gonna leave the PR open for now as a reminder