From 55fc8b28883ed013d7dab16c254a24c9dec49f07 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 3 Apr 2015 16:53:53 -0700 Subject: [PATCH] Actually return cloned matrix from videoGallery --- openbr/plugins/gallery/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/gallery/video.cpp b/openbr/plugins/gallery/video.cpp index 90fb2ff..2c9bba2 100644 --- a/openbr/plugins/gallery/video.cpp +++ b/openbr/plugins/gallery/video.cpp @@ -77,7 +77,7 @@ public: idx++; TemplateList rVal; - rVal.append(temp); + rVal.append(output); *done = false; return rVal; } -- libgit2 0.21.4