int* iVal = (int*)malloc(SIZE * sizeof(int));


해놓고


free 안시켜버리면 어떻게 되나요?