I encountered core dump when delete the array new without delete[]
here is my code:
Page *p; p = new Page[10]; delete p;
but when I tr