diff --git a/toonz/sources/common/tvrender/tstrokedeformations.cpp b/toonz/sources/common/tvrender/tstrokedeformations.cpp index 0a36b5a..8cee607 100644 --- a/toonz/sources/common/tvrender/tstrokedeformations.cpp +++ b/toonz/sources/common/tvrender/tstrokedeformations.cpp @@ -200,6 +200,7 @@ TStrokePointDeformation::TStrokePointDeformation(const TPointD &vect, double radius) : m_imp(new Imp(vect, center, radius)) { + delete m_imp; } //-----------------------------------------------------------------------------