version 1.62, 2015/01/27 14:18:06
|
version 1.72, 2017/08/03 17:17:45
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.20 |
RPL/2 (R) version 4.1.28 |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
Copyright (C) 1989-2017 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); |
|
|