Mettre à jour 'VANDAMME31.c'

This commit is contained in:
adriy 2017-05-09 20:48:12 +00:00
parent 2c71d081bb
commit 85a652f27e
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ void nouvelleListeArticle(ListeArticle ** listeArticle)
}
void detruireListeArticle(ListeArticle ** listeArticle)
{
if(!(*listeArticle))
if((*listeArticle))
{
nouvelleListeArticle(&((*listeArticle)->suite));
free((*listeArticle));