This commit is contained in:
Oleksandr Vyshniakov 2025-11-12 20:11:44 +01:00
parent 2ac7427108
commit 4a2d350cda

View File

@ -124,6 +124,6 @@ void destroy_station(struct station* s) {
} }
} }
free(s->tracks); free(s->tracks)
free(s); free(s);
} }