]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove MemPoolChunked::memPID
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:31:52 +0000 (06:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:31:52 +0000 (06:31 -0700)
commit5c17466894efa9d7a4bae8b35f683b460ea60df7
treeb06ae06924d7c3aceed3f17c8f80bbe6ceffe8a7
parent1b606e32f2342cac7d06b05a6a48c4a88deabb4f
Remove MemPoolChunked::memPID

This member variable appears to have been missed when MemPool was split
into generic framework and specific Chunked implementation.
 (rev:10513.1.1 aka trunk rev:10517)

The memPID and its maintenance code was moved into MemImplementingAllocator
but this definition left here un-initialized and shadowing the framework
member.

 Detected by Coverity Scan. Issue 740506.
include/MemPoolChunked.h