Ignore:
Timestamp:
Dec 18, 2016, 12:19:56 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Fix mr_popup_and_get_string which was using a freed string by newtFormDestroy. String is now duplicated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-tools.c

    r3613 r3618  
    983983    }
    984984    run_program_and_log_output("umount `mount | grep cdr | cut -d' ' -f3 | tr '\n' ' '`", 5);
    985     tmp = call_program_and_get_last_line_of_output("mount | grep -E \"cdr(om|w)\"");
     985    tmp = call_program_and_get_last_line_of_output("mount | grep -E 'cdr(om|w)'");
    986986    if (strcmp("", tmp)) {
    987987        if (strstr(tmp, "autofs")) {
Note: See TracChangeset for help on using the changeset viewer.