Ignore:
Timestamp:
Jun 25, 2007, 12:08:22 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a memory allocation bug where strings were freed to early (Nick Hajek <Nick.Hajek_at_Vishay.com>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mondo/src/common/libmondo-devices.c

    r1503 r1512  
    27912791    }
    27922792    log_it("%d grubs and %d lilos\n", count_grubs, count_lilos);
    2793     paranoid_free(list_drives_cmd);
    2794     paranoid_free(current_drive);
    27952793    if (count_grubs && !count_lilos) {
    27962794        return ('G');
Note: See TracChangeset for help on using the changeset viewer.