diff --git a/du5/a_program.c b/du5/a_program.c index 2a3a9ce..4389371 100644 --- a/du5/a_program.c +++ b/du5/a_program.c @@ -124,6 +124,6 @@ void destroy_station(struct station* s) { } } - free(s->tracks); + free(s->tracks) free(s); }