summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
diff options
context:
space:
mode:
authorTimo Wiren <timo.wiren@gmail.com>2012-03-25 13:01:26 +0300
committerTimo Wiren <timo.wiren@gmail.com>2012-03-25 13:01:26 +0300
commitcb92805445856e372ccbd156b4c11740525d8e55 (patch)
treea9d06cce1e6a72654b82a0ba902e152a5ace4b15 /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
parent11959a378169eec95f868b346ddc9ac72cb92689 (diff)
Spaces to tabs. Removed a comment.
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
index 8aabf2a066..440e69efd6 100644
--- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
+++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
@@ -114,7 +114,7 @@ void TexDecoder_OpenCL_Initialize()
else
{
binary_size = input.GetSize();
- header = new char[HEADER_SIZE]; // TODO: memleak possible
+ header = new char[HEADER_SIZE];
binary = new char[binary_size];
input.ReadBytes(header, HEADER_SIZE);
input.ReadBytes(binary, binary_size);