Commit 55fc8b28883ed013d7dab16c254a24c9dec49f07

Authored by Charles Otto
1 parent 56ca9fa0

Actually return cloned matrix from videoGallery

openbr/plugins/gallery/video.cpp
... ... @@ -77,7 +77,7 @@ public:
77 77 idx++;
78 78  
79 79 TemplateList rVal;
80   - rVal.append(temp);
  80 + rVal.append(output);
81 81 *done = false;
82 82 return rVal;
83 83 }
... ...