We were allocating n*sizeof(n) instead of n*sizeof(T). Thankfully, we were not using STLAllocator anywhere.
9.0 KiB
9.0 KiB
We were allocating n*sizeof(n) instead of n*sizeof(T). Thankfully, we were not using STLAllocator anywhere.