mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-05 22:01:59 -05:00
Matching new and delete.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user