Skip to content
Snippets Groups Projects
Commit df0f07bf authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

wined3d: Get rid of an unneeded context_release() in swapchain_init().

parent b7f0d331
No related branches found
No related tags found
No related merge requests found
......@@ -1055,7 +1055,6 @@ err:
{
if (swapchain->context[0])
{
context_release(swapchain->context[0]);
context_destroy(device, swapchain->context[0]);
swapchain->num_contexts = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment