microsoft / D3D11On12

The Direct3D11-On-12 mapping layer
MIT License
274 stars 33 forks source link

Fix 11on12 Adapter leak #1

Closed RandyTiddMSFT2 closed 4 years ago

RandyTiddMSFT2 commented 4 years ago

Adapter was created with allocating new, but was using placement delete. Fixed deletion.