final cleaned revision (I hope)
This commit is contained in:
@ -117,7 +117,7 @@ void Vault::clear()
|
||||
{
|
||||
Obj* a = head->next;
|
||||
delete head;
|
||||
head = a;
|
||||
head = a;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user