bmpout cleanup code
Using the sample code from bmpout.cpp, I can successfully create bmp files from drawings but I ran into a problem with memory allocation.
The stack calls are:
OdGsBaseVectorizerView::~OdGsBaseVectorizerView
OdSlotManager::FreeSlot(unsigned int)
OdArray<int, OdMemoryAllocator::append(const int).
OdArray<int, OdMemoryAllocator::length(). -- crashes here
After creating the bmp file, I have already added code for pGs.release() and pDevice.release();
Am I missing other clean up code?
Thanks...

