Mentions légales du service

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

Fix coverity issue 150285[2-5] Resource leak

parent 346d59a5
No related branches found
No related tags found
1 merge request!338Fix a bunch of warning reported by coverity on the recents MR
......@@ -483,7 +483,7 @@ int CHAMELEON_zheevd_Tile_Async( cham_job_t jobz, cham_uplo_t uplo,
#if defined(CHAMELEON_COPY_DIAG)
{
int n = chameleon_min(A->mt, A->nt) * A->nb;
chameleon_zdesc_alloc(D, A->mb, A->nb, A->m, n, 0, 0, A->m, n, );
chameleon_zdesc_alloc(D, A->mb, A->nb, A->m, n, 0, 0, A->m, n, CHAMELEON_zgemm_WS_Free( gemm_ws ) );
Dptr = &D;
}
#endif
......
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