Select Git revision
call_p.h
-
Alexandre Lision authored
On exit, ContactMethod are destroyed by their QObject parent, PhoneDirectoryModel instance. Implemeting a unique_ptr on top of it for m_pDialNumber caused a double free. First the PhoneDirectoryModel is destroyed, and so all of its children. Then Calls are destroyed by the CallModel, and the unique_ptr mechanism is called, but on dealloced ContactMethod. Issue: #79948 Change-Id: I68fb966d080f4c993ca83c68703d5dfb470f5ad9
Alexandre Lision authoredOn exit, ContactMethod are destroyed by their QObject parent, PhoneDirectoryModel instance. Implemeting a unique_ptr on top of it for m_pDialNumber caused a double free. First the PhoneDirectoryModel is destroyed, and so all of its children. Then Calls are destroyed by the CallModel, and the unique_ptr mechanism is called, but on dealloced ContactMethod. Issue: #79948 Change-Id: I68fb966d080f4c993ca83c68703d5dfb470f5ad9
Code owners
Assign users and groups as approvers for specific file changes. Learn more.