Correct Answer : Option (A) : delete the objects after processing
Explanation : When you allocate memory from the heap, you must remember to clean up objects when you’re done! Failure to do so is called a memory leak.