refresh
This commit is contained in:
parent
2ac7427108
commit
4a2d350cda
@ -124,6 +124,6 @@ void destroy_station(struct station* s) {
|
||||
}
|
||||
}
|
||||
|
||||
free(s->tracks);
|
||||
free(s->tracks)
|
||||
free(s);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user