Loading libs/ui/GraphicBuffer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ void GraphicBuffer::free_handle() GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); allocator.free(handle); } handle = NULL; mWrappedBuffer = 0; } Loading Loading
libs/ui/GraphicBuffer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ void GraphicBuffer::free_handle() GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); allocator.free(handle); } handle = NULL; mWrappedBuffer = 0; } Loading