From df0d3f135685c77b401be24596fb381f822e7f96 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Sep 2013 09:47:39 +0100 Subject: blend node issue --- rotord/src/cvimage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/cvimage.cpp') 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; -- cgit v1.2.3