mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-27 08:56:44 +00:00
Remove call to FreeLibrary - GetModuleHandle doesn't add to lib refcount
This commit is contained in:
@@ -2648,8 +2648,6 @@ bool WrappedID3D12Device::EndFrameCapture(void *dev, void *wnd)
|
||||
SAFE_DELETE(captureWriter);
|
||||
}
|
||||
}
|
||||
|
||||
FreeLibrary(D3D12Core);
|
||||
}
|
||||
|
||||
RenderDoc::Inst().FinishCaptureWriting(rdc, m_CapturedFrames.back().frameNumber);
|
||||
|
||||
Reference in New Issue
Block a user