Matching new and delete.

This commit is contained in:
Timo Wiren
2012-03-24 19:41:13 +02:00
parent d95e31af3f
commit 11959a3781
3 changed files with 6 additions and 5 deletions

View File

@ -143,8 +143,8 @@ void TexDecoder_OpenCL_Initialize()
}
}
}
delete header;
delete binary;
delete [] header;
delete [] binary;
}
// If an error occurred using the kernel binary, recompile the kernels