This commit is contained in:
Maryna Kravtsova 2020-11-03 21:28:23 +01:00
parent d8e2d7f3e1
commit 2c6c2c9004

View File

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