Commit 0d02f39a63c0936fcf86920b6e39c8ac071e1bc3

Authored by Charles Otto
1 parent bfe18346

..and be sure to clear data we have already added

Showing 1 changed file with 1 additions and 0 deletions
openbr/plugins/stream.cpp
... ... @@ -1072,6 +1072,7 @@ public:
1072 1072 for (int i=0; i < data.size(); i++) {
1073 1073 projectUpdate(data[i], data[i]);
1074 1074 output.append(collector.sets);
  1075 + collector.sets.clear();
1075 1076 }
1076 1077 data = output;
1077 1078 transforms = backup;
... ...