ofz#2906: direct-leak

Change-Id: I61323f36922842ddc45b2a63a9ba7334c847a8fd
This commit is contained in:
Caolán McNamara
2017-08-11 08:45:16 +01:00
parent 840a97f98f
commit e33184e40a

View File

@@ -690,6 +690,9 @@ HWPDrawingObject::~HWPDrawingObject()
if (next)
delete next;
if (property.pPara)
FreeParaList(property.pPara);
HWPDOFunc(this, OBJFUNC_FREE, nullptr, 0);
}
#endif