Mentions légales du service

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

Add missing destroy in workspace

parent 2e728b00
No related branches found
No related tags found
1 merge request!72PaRSEC DTD Interface
...@@ -199,6 +199,8 @@ int MORSE_Dealloc_Workspace(MORSE_desc_t **desc) ...@@ -199,6 +199,8 @@ int MORSE_Dealloc_Workspace(MORSE_desc_t **desc)
return MORSE_ERR_UNALLOCATED; return MORSE_ERR_UNALLOCATED;
} }
morse_desc_mat_free( *desc ); morse_desc_mat_free( *desc );
RUNTIME_desc_destroy( *desc );
free(*desc); free(*desc);
*desc = NULL; *desc = NULL;
return MORSE_SUCCESS; return MORSE_SUCCESS;
......
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