|
|
|
|
|
by lelanthran
168 days ago
|
|
> Use Valgrind? Was not available for that specific device, but even with Valgrind and similar tools, you are still going to run into weird destructor issues with inheritance. There are many possible combinations of virtual, non-virtual, base-class, derived-class, constructors and destructors; some of them will indeed cause a memory leak, and are allowed to by the standard. |
|
I love these folklore comments. Post an example.