Ignore:
Timestamp:
Jan 3, 2014, 5:44:13 PM (10 years ago)
Author:
Bruno Cornec
Message:

which_partition_format now returns a dynamically allocated string which is then used consistently across the project

File:
1 edited

Legend:

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

    r3185 r3237  
    17551755    /** pointers **********************************************************/
    17561756    char *p;
    1757     char *part_table_fmt;
     1757    char *part_table_fmt = NULL;
    17581758    FILE *fout;
    17591759
     
    18441844        }
    18451845    }
     1846    mr_free(part_table_fmt);
     1847
    18461848    mr_strcat(output, "\n");    /*start block (ENTER for next free blk */
    18471849    if (partsize > 0) {
Note: See TracChangeset for help on using the changeset viewer.