Mentions légales du service

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

plrnk: Fix missing free

parent 784566d5
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,8 @@ chameleon_pzplrnk_generic( CHAM_context_t *chamctxt, ...@@ -95,6 +95,8 @@ chameleon_pzplrnk_generic( CHAM_context_t *chamctxt,
} }
} }
} }
free( initB );
} }
/** /**
......
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