diff --git a/du5/a_program.c b/du5/a_program.c index 4389371..2a3a9ce 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); }