Ignore:
Timestamp:
Jul 17, 2006, 7:43:58 PM (18 years ago)
Author:
bcornec
Message:

Still other memory management improvements ( I hope :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-rstr-compare.c

    r688 r689  
    6868        return (1);
    6969    }
     70    paranoid_free(tmp1);
     71
    7072    fread((void *) &biggiestruct, 1, sizeof(biggiestruct), fin);
    7173    paranoid_fclose(fin);
     
    251253
    252254    if (compressor_exe != NULL) {
    253         if (!find_home_of_exe(compressor_exe)) {
     255        tmp = find_home_of_exe(compressor_exe);
     256        if (!tmp) {
    254257            fatal_error("(compare_a_tarball) Compression program missing");
    255258        }
     259        paranoid_free(tmp);
    256260        if (use_star) {
    257261            if (strcmp(compressor_exe, "bzip2")) {
Note: See TracChangeset for help on using the changeset viewer.