Changeset 58 in MondoRescue for trunk/mondo/mondo/common/libmondo-archive.c


Ignore:
Timestamp:
Oct 10, 2005, 11:22:08 AM (19 years ago)
Author:
bcornec
Message:

Trunk: This version executes correctly mondoarchive
with the new memory management system (r57 didn't)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-archive.c

    r49 r58  
    336336                zipparams = tmp1;
    337337        } else {
    338             asprintf(&zipparams, "%s", "");
     338            asprintf(&zipparams, "");
    339339            log_msg(3, "%s not found. Cannot exclude zipfiles, etc.", tmp);
    340340        }
     
    995995    asprintf(&archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
    996996             bkpinfo->tmpdir, 0L);
    997     archiving_set_no = 0L;
     997    archiving_set_no = 0;
    998998    while (does_file_exist(archiving_filelist_fname)) {
    999999        paranoid_free(archiving_filelist_fname);
     
    14901490        }
    14911491    }
    1492     paranoid_free(transfer_block);
    14931492
    14941493    log_msg(8, "About to enter while() loop");
     
    15981597    log_to_screen(tmp);
    15991598    paranoid_free(tmp);
     1599    paranoid_free(transfer_block);
    16001600    paranoid_free(result_str);
    16011601    return (retval);
Note: See TracChangeset for help on using the changeset viewer.