This commit is contained in:
Oleksandr Vyshniakov 2025-11-12 20:13:29 +01:00
parent 4a2d350cda
commit 20d7ab9f7d

View File

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