Changeset 252 for trunk/src/sh_mounts.c


Ignore:
Timestamp:
Oct 12, 2009, 10:40:45 AM (15 years ago)
Author:
katerina
Message:

Add code to check for stale file records on close() and fclose(), fix sl_close() to handle open stream (ticket #163).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_mounts.c

    r184 r252  
    749749        }
    750750
    751         fclose(tab);
     751        sl_fclose(FIL__, __LINE__, tab);
    752752}
    753753#endif
     
    806806        }
    807807
    808         (void) fclose(tab);
     808        (void) sl_fclose(FIL__, __LINE__, tab);
    809809        aix_fs_get (NULL, NULL); /* reset */
    810810}
Note: See TracChangeset for help on using the changeset viewer.