CPP: Linked List Deletion

In this we use the line :
delete temp;
So, Does it mean that the temp is a pointer also and was also allocated dynamically?