Update rcore.c
This commit is contained in:
parent
0f8d0ba092
commit
7a5718eb36
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user