Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1663a7cd authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add a missing destroy

parent b33153a7
No related branches found
No related tags found
1 merge request!78Cleanup - Lapack to tile
......@@ -747,6 +747,7 @@ int MORSE_Desc_Destroy(MORSE_desc_t **desc)
return MORSE_ERR_UNALLOCATED;
}
RUNTIME_desc_destroy( *desc );
morse_desc_mat_free( *desc );
free(*desc);
*desc = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment