Skip to content
Commit 080be249 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Coverity check on master@bd16929, CID 71489: Uninitialized pointer field (UNINIT_CTOR).

DialogBase class member m_fontChooser, m_pStylePage and m_pageItem has not been
initialised in the constructor. Also prevent zero pointer access to m_fontChooser
and m_pStylePage caused by code design issues. Remove obsolate, not initialised
m_pStylePage class members in derived classes.

CCBUG:340646
parent f29a2456
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment