clear
This commit is contained in:
parent
9336e66755
commit
52dfe1c8e7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user