mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-14 04:00:58 -04: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