git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2041 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2010-12-22 11:13:42 +00:00
commit a2c451dd3d

View file

@ -62,7 +62,7 @@ public:
void operator()(T* & _data) {
//Desallocate data from GPU global memory
CUDA_SAFE_CALL(cudaFree(_data));
cudaFree(_data);
}