summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/drawing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h
index a69ecf4878c5..4f990b0de813 100644
--- a/hwpfilter/source/drawing.h
+++ b/hwpfilter/source/drawing.h
@@ -690,6 +690,9 @@ HWPDrawingObject::~HWPDrawingObject()
if (next)
delete next;
+ if (property.pPara)
+ FreeParaList(property.pPara);
+
HWPDOFunc(this, OBJFUNC_FREE, nullptr, 0);
}
#endif