diff --git a/cv7/a_station.c b/cv7/a_station.c index b18cbbc..c371e7e 100644 --- a/cv7/a_station.c +++ b/cv7/a_station.c @@ -16,7 +16,7 @@ void destroy_station(struct station* station){ while (eto != NULL) { struct car* delete = eto; eto = delete->next; - free(delet); + free(delete); } }