diff --git a/src/ride/track.c b/src/ride/track.c index 615e8b0a33..137396b123 100644 --- a/src/ride/track.c +++ b/src/ride/track.c @@ -397,7 +397,6 @@ void track_list_populate(ride_list_item item, uint8* track_list_cache){ } RCT2_ADDRESS(RCT2_ADDRESS_TRACK_LIST, uint8)[cur_track_entry_index * 128] = '\0'; - free(track_list_cache); } /**