Changeset 3376 in MondoRescue


Ignore:
Timestamp:
May 6, 2015, 12:17:34 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Try to solve a valgrind reported issue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3373 r3376  
    28512851        return (1);
    28522852    }
     2853    res = fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
     2854    paranoid_fclose(fout);
    28532855    mr_free(tmp);
    28542856
    2855     res = fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
    2856     if (fout != NULL) {
    2857         paranoid_fclose(fout);
    2858     }
    28592857    log_msg(1, "Opening in %s; slicing it and writing to CD/tape", file_to_openin);
    28602858    if (!(fin = fopen(file_to_openin, "r"))) {
Note: See TracChangeset for help on using the changeset viewer.