diff --git a/toonz/sources/stdfx/motionblurfx.cpp b/toonz/sources/stdfx/motionblurfx.cpp index 5bebef2..f3d72f7 100644 --- a/toonz/sources/stdfx/motionblurfx.cpp +++ b/toonz/sources/stdfx/motionblurfx.cpp @@ -285,7 +285,7 @@ void doDirectionalBlur(TRasterPT r, double blur, bool bidirectional) do_filtering(row + brad, buffer, lx, coeff, brad, blur, globmatte); } - free(row); + delete row; r->unlock(); }