gsdx: use scalar delete

(error) Mismatching allocation and deallocation: data
This commit is contained in:
Gregory Hainaut 2015-11-06 22:05:09 +01:00
parent f3394b16b8
commit 7c6d2361af
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ void GSRendererCL::Enqueue()
{
printf("%s (%d)\n", err.what(), err.err());
delete [] data;
delete data;
}
m_jobs.clear();