1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

ocl/bufferpool: fix cleanup

This commit is contained in:
Alexander Alekhin
2015-03-20 13:21:10 +03:00
parent 8616cd875b
commit b5529aef9c
+1
View File
@@ -3957,6 +3957,7 @@ public:
derived()._releaseBufferEntry(entry);
}
reservedEntries_.clear();
currentReservedSize = 0;
}
};