aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customwidget.cpp')
-rw-r--r--plugins/customwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/customwidget.cpp b/plugins/customwidget.cpp
index 9a3e6f2fc..c752de589 100644
--- a/plugins/customwidget.cpp
+++ b/plugins/customwidget.cpp
@@ -40,6 +40,7 @@ PyCustomWidget::PyCustomWidget(PyObject* objectType)
PyCustomWidget::~PyCustomWidget()
{
+ delete m_data;
}
bool PyCustomWidget::isContainer() const