version 1.52, 2013/06/21 14:15:53
|
version 1.56, 2014/01/26 18:21:31
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.15 |
RPL/2 (R) version 4.1.17 |
Copyright (C) 1989-2013 Dr. BERTRAND Joël |
Copyright (C) 1989-2014 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 779 instruction_close(struct_processus *s_et
|
Line 779 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); |
|
|