Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d4a22f36 authored by Mathieu Faverge's avatar Mathieu Faverge Committed by LISITO Alycia
Browse files

ipiv_gather: fix memory leak with the tags

parent f43cd603
No related branches found
No related tags found
1 merge request!453Ctest getrf
...@@ -356,4 +356,6 @@ void RUNTIME_ipiv_gather( const RUNTIME_sequence_t *sequence, ...@@ -356,4 +356,6 @@ void RUNTIME_ipiv_gather( const RUNTIME_sequence_t *sequence,
starpu_data_unregister( ipiv_dst ); starpu_data_unregister( ipiv_dst );
} }
} }
chameleon_starpu_tag_release( tag );
} }
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