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