Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
Coverity doesn't like the use of unique_ptr in the current code, in particular, it complains about the copy ctor passing unique_ptr::get() to unique_ptr(T*). peppe in https://codereview.qt-project.org/c/qt/qtbase/+/336471 mentioned that QESDP doesn't work, because of the complex deleter. But QIntrusiveSharedPointer would be a natural fit, once it's merged.
Coverity-Id: 444112
Coverity-Id: 444250