Fix buffer double-delete in Images::Blur.
This commit is contained in:
parent
87e62b7737
commit
b4fff03da4
1 changed files with 0 additions and 1 deletions
|
|
@ -616,7 +616,6 @@ yi += stride;
|
||||||
#undef update
|
#undef update
|
||||||
}
|
}
|
||||||
|
|
||||||
delete[] rgb;
|
|
||||||
return std::move(image);
|
return std::move(image);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue