version 1.64, 2015/06/08 14:11:34
|
version 1.78, 2020/01/10 11:15:44
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.22 |
RPL/2 (R) version 4.1.32 |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
Copyright (C) 1989-2020 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 780 instruction_close(struct_processus *s_et
|
Line 780 instruction_close(struct_processus *s_et
|
|
|
if (fclose((*descripteur).descripteur_c) != 0) |
if (fclose((*descripteur).descripteur_c) != 0) |
{ |
{ |
perror("fclose"); |
|
free(descripteur); |
free(descripteur); |
liberation(s_etat_processus, s_objet_argument); |
liberation(s_etat_processus, s_objet_argument); |
|
|