Answer the question
In order to leave comments, you need to log in
Is there a memory leak in QByteArray?
Judging by the code, QByteArray contains a pointer where the bytes are stored. And the destructor is created standard, that is, when QByteArray is deleted, the pointer is deleted, but the memory to which it points is not released?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question