codyrhoads / ATTRACT

CPE 476 Project
0 stars 1 forks source link

MEME LEAKS #2

Closed darrylvo closed 7 years ago

darrylvo commented 7 years ago

we are relying on shared_ptr for the garbage collection. we should do it ourselves/check it to make sure its working as we assume

codyrhoads commented 7 years ago

When shared_ptrs are involved, there are no meme leaks.