Why SIGABRT error.?

My solution for Racing Horses, got accepted. But the problem here is that, when i tried to use delete[] in my program it shows runtime error_SIGABRT. Once i removed delete[] and then solution got accepted.
So, shouldn’t i use delete[] in my programs…?