Skip to content

Commit

Permalink
DX11: Fix access violation on closing dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed May 26, 2019
1 parent f92c17e commit 19fb3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoBackends/D3D/D3DBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void Destroy()
context->ClearState();
context->Flush();

dxgi_factory.Reset();
context.Reset();
device1.Reset();

Expand Down

0 comments on commit 19fb3bb

Please sign in to comment.