ocl/bufferpool: fix cleanup

This commit is contained in:
Alexander Alekhin 2015-03-20 13:21:10 +03:00
parent 8616cd875b
commit b5529aef9c

View File

@ -3957,6 +3957,7 @@ public:
derived()._releaseBufferEntry(entry);
}
reservedEntries_.clear();
currentReservedSize = 0;
}
};