Update rcore.c

This commit is contained in:
Antonis Geralis 2023-12-20 14:12:34 +02:00 committed by GitHub
parent 0f8d0ba092
commit 7a5718eb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2483,7 +2483,7 @@ AutomationEventList LoadAutomationEventList(const char *fileName)
void UnloadAutomationEventList(AutomationEventList list)
{
#if defined(SUPPORT_AUTOMATION_EVENTS)
RL_FREE(list->events);
RL_FREE(list.events);
#endif
}