diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-10 09:47:39 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-10 09:47:39 +0100 |
| commit | df0d3f135685c77b401be24596fb381f822e7f96 (patch) | |
| tree | d1de8287535b6d9707a6c546966182df800a926e /rotord/src/cvimage.cpp | |
| parent | 79af8bf904b9ddb50b11ac231a2db517f1bdd55b (diff) | |
blend node issue
Diffstat (limited to 'rotord/src/cvimage.cpp')
| -rw-r--r-- | rotord/src/cvimage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/cvimage.cpp b/rotord/src/cvimage.cpp index adf4267..e5ea50b 100644 --- a/rotord/src/cvimage.cpp +++ b/rotord/src/cvimage.cpp @@ -178,6 +178,7 @@ namespace Rotor { return *this; } Image * Image::operator*(const float &amount) { + //LEAK!! even if the image is deleted!! opencv?? Image *other=new Image(w,h); other->rgb=rgb*amount; return other; |
