fixed code style of stencil leak fix

This commit is contained in:
Henry Schäfer 2014-12-10 20:09:18 +01:00
parent 02a7373a75
commit 106f74a148

View File

@ -52,8 +52,7 @@ public:
Allocator(int maxSize, bool interpolateVarying=false) :
_maxsize(maxSize), _interpolateVarying(interpolateVarying) { }
~Allocator()
{
~Allocator() {
clearBigStencils();
}