Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 33d2c89a authored by hhakim's avatar hhakim
Browse files

Fix GPU2 MatButterfly dtor.

parent 154404b3
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,6 @@ namespace Faust
MatButterfly<FPP, GPU2>::~MatButterfly()
{
if(subdiag_ids)
delete subdiag_ids;
delete[] subdiag_ids;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment