Fixing free.

This commit is contained in:
Ben Vanik
2013-10-20 15:28:00 -07:00
parent 0c19516de4
commit cddab7ffb0
2 changed files with 7 additions and 2 deletions

View File

@@ -425,7 +425,7 @@ int D3D11PixelShader::Prepare(xe_gpu_program_cntl_t* program_cntl,
NULL,
&handle_);
if (FAILED(hr)) {
XELOGE("D3D11: failed to create vertex shader");
XELOGE("D3D11: failed to create pixel shader");
xe_free(byte_code);
return 1;
}