From 0d02f39a63c0936fcf86920b6e39c8ac071e1bc3 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 11 Aug 2013 15:18:52 -0400 Subject: [PATCH] ..and be sure to clear data we have already added --- openbr/plugins/stream.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index 2d9f253..2293a66 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -1072,6 +1072,7 @@ public: for (int i=0; i < data.size(); i++) { projectUpdate(data[i], data[i]); output.append(collector.sets); + collector.sets.clear(); } data = output; transforms = backup; -- libgit2 0.21.4