Fix mem leak
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
Private()
|
||||
: m_frameworkWidgetFactory(new DefaultWidgetFactory())
|
||||
{
|
||||
delete m_frameworkWidgetFactory;
|
||||
}
|
||||
|
||||
void fixFlags();
|
||||
|
||||
Reference in New Issue
Block a user