Changeset 1081 in MondoRescue for trunk/mondo/src/common/libmondo-mountlist.c


Ignore:
Timestamp:
Jan 28, 2007, 11:20:07 PM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1078:1080 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-mountlist.c

    r900 r1081  
    1 /* $Id$
    2 subroutines for handling mountlist
     1/* subroutines for handling mountlist
     2   $Id$
    33*/
    44
     
    1616#include "libmondo-string-EXT.h"
    1717#include "newt-specific-EXT.h"
     18#include "mr_mem.h"
    1819#include "mr_mem.h"
    1920
     
    753754    /*@ initialize ******************************************************* */
    754755
    755     drivelist = malloc(sizeof(struct list_of_disks));
     756    drivelist = mr_malloc(sizeof(struct list_of_disks));
    756757    assert(mountlist != NULL);
    757758
Note: See TracChangeset for help on using the changeset viewer.