version 1.64, 2015/06/08 14:11:34
|
version 1.77, 2019/10/31 15:40:08
|
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-2019 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); |
|
|