--- rpl/src/instructions_t2.c 2015/01/05 15:32:22 1.59 +++ rpl/src/instructions_t2.c 2015/01/27 14:18:08 1.60 @@ -571,6 +571,7 @@ instruction_tot(struct_processus *s_etat } if (((*s_objet_resultat).objet = sommation_statistique( + s_etat_processus, (struct_matrice *) (*s_objet_statistique).objet)) == NULL) { (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;