engine-from-scratch icon indicating copy to clipboard operation
engine-from-scratch copied to clipboard

Fix Memory leak in array_list.c:array_list_create

Open Quinn1876 opened this issue 2 years ago • 1 comments

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

Quinn1876 avatar Apr 24 '23 14:04 Quinn1876

Thanks for that @Quinn1876 , will add it in to an ep, gonna leave the PR open for now as a reminder

Falconerd avatar May 21 '23 07:05 Falconerd