This commit is contained in:
Maryna Kravtsova 2020-11-03 20:46:43 +01:00
parent 9336e66755
commit 52dfe1c8e7

View File

@ -77,7 +77,7 @@ struct car* clear_train(struct car* first, const char* target) {
} }
prev->next = curr->next; prev->next = curr->next;
free(this); //free(this);
} }
this = this->next; this = this->next;
} }