From 421ae870a4d3cde47537a5b954f67a54742ad2d7 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 22 Apr 2025 19:48:52 -0400 Subject: [PATCH] highlighting the sentence --- labs/smart_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/smart_memory/README.md b/labs/smart_memory/README.md index 3b8ad95..25d13b7 100644 --- a/labs/smart_memory/README.md +++ b/labs/smart_memory/README.md @@ -58,7 +58,7 @@ When the last person disconnects from a Balloon using a shared pointer, the Ball Re-compile & re-run with the memory debugger to confirm you have fixed the simple leaks. For the final piece of this checkpoint (marked CHECKPOINT 2C), you must also re-write the interconnected balloon -example to use shared pointers. You will need to modify the Balloon class to use dsSharedPointer as well. +example to use shared pointers. **You will need to modify the Balloon class to use dsSharedPointer as well.** **To complete this checkpoint**: Explain to your TA the code you needed to add and/or modify to correct the memory leaks in the provided code. Show your TA the result of the memory debugger on your finished