Changeset 1153 in MondoRescue for branches


Ignore:
Timestamp:
Feb 12, 2007, 11:53:03 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug where free was done too early in is_this_file_compressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-files.c

    r1150 r1153  
    12591259        return (FALSE);
    12601260    }
     1261    strcpy(do_not_compress_these,last_line_of_file(tmp));
    12611262    mr_free(tmp);
    12621263
    1263     strcpy(do_not_compress_these,last_line_of_file(tmp));
    12641264    for (p = do_not_compress_these; p != NULL; p++) {
    12651265        mr_asprintf(&tmp, p);
Note: See TracChangeset for help on using the changeset viewer.