Fix buffer double-delete in Images::Blur.

This commit is contained in:
John Preston 2022-01-21 15:58:55 +03:00
parent 87e62b7737
commit b4fff03da4

View file

@ -616,7 +616,6 @@ yi += stride;
#undef update
}
delete[] rgb;
return std::move(image);
}