Changeset 2298 in MondoRescue


Ignore:
Timestamp:
Jul 23, 2009, 6:18:27 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Remove memory leak for the last modification
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondo-prep.c

    r2297 r2298  
    863863    paranoid_free(tmp);
    864864
    865     mr_asprintf(&tmp, "");
    866865    if (res && strstr(program, "kludge")) {
    867         mr_strcat(tmp, "Kludge failed; using regular mkfs.%s to format %s",
     866        mr_asprintf(&tmp, "Kludge failed; using regular mkfs.%s to format %s",
    868867                format, device);
    869868#ifdef __FreeBSD__
Note: See TracChangeset for help on using the changeset viewer.