Changeset 3643 in MondoRescue for branches/3.3/mondo/src/lib/mr_mem.c


Ignore:
Timestamp:
Dec 26, 2016, 12:39:30 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Add a log of device.map for grub2
  • Remove extra memory allocation at end of loop for run_program_and_log_output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/lib/mr_mem.c

    r3636 r3643  
    7676    if (*lineptr != NULL) {
    7777        /* free a variable which should be already free */
    78         mr_msg_int(1,line,file,"mr_getline_int","mr_getline_ found a non freed variable here");
     78        mr_msg_int(1,line,file,"mr_getline_int","mr_getline found a non freed variable here");
    7979        mr_free_int((void **)lineptr,line,file);
    8080    }
Note: See TracChangeset for help on using the changeset viewer.