mirror of https://github.com/PCSX2/pcsx2.git
gsdx: use scalar delete
(error) Mismatching allocation and deallocation: data
This commit is contained in:
parent
f3394b16b8
commit
7c6d2361af
|
@ -930,7 +930,7 @@ void GSRendererCL::Enqueue()
|
|||
{
|
||||
printf("%s (%d)\n", err.what(), err.err());
|
||||
|
||||
delete [] data;
|
||||
delete data;
|
||||
}
|
||||
|
||||
m_jobs.clear();
|
||||
|
|
Loading…
Reference in New Issue