mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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