Valgrind detects memory leak when dynamically allocated array of pointers

前端 未结 0 1030
一生所求
一生所求 2020-11-28 00:15

I am currently working on a C++ application that uses a dynamic array of pointers. I am running valgrind on it and it does detect a memory leak in my constructor.

Thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题