Memory leak when using std::shared_ptr with circular references in C++11
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-30
memory-management smart-pointers circular-references
I'm currently working on a project that uses `std::shared_ptr` for memory management, but I'm encountering a memory leak due to circular references between two ...