Commit 6a14bcc8 authored by Jeff Zaroyko's avatar Jeff Zaroyko Committed by Alexandre Julliard

wined3d: Add missing HeapFree.

parent 887aa9eb
...@@ -2897,6 +2897,7 @@ static GLuint gen_arbfp_ffp_shader(struct ffp_settings *settings, IWineD3DStateB ...@@ -2897,6 +2897,7 @@ static GLuint gen_arbfp_ffp_shader(struct ffp_settings *settings, IWineD3DStateB
FIXME("Vertex program error at position %d: %s\n", pos, FIXME("Vertex program error at position %d: %s\n", pos,
debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB))); debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
} }
HeapFree(GetProcessHeap(), 0, buffer.buffer);
return ret; return ret;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment