wined3d: Add missing HeapFree.

This commit is contained in:
Jeff Zaroyko 2008-09-06 02:17:34 +10:00 committed by Alexandre Julliard
parent 887aa9eb3d
commit 6a14bcc824
1 changed files with 1 additions and 0 deletions

View File

@ -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,
debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
}
HeapFree(GetProcessHeap(), 0, buffer.buffer);
return ret;
}