Ignore:
Timestamp:
Sep 26, 2007, 1:36:41 AM (17 years ago)
Author:
Bruno Cornec
Message:

Should remove some valgrind errors

File:
1 edited

Legend:

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

    r1660 r1661  
    16231623{
    16241624    if (mal) {
    1625         iamhere("Malloc'ing globals");
    16261625        malloc_string(g_boot_mountpt);
    16271626        malloc_string(g_mondo_home);
     
    16311630        malloc_string(g_magicdev_command);
    16321631    } else {
    1633         iamhere("Freeing globals");
    16341632        paranoid_free(g_boot_mountpt);
    16351633        paranoid_free(g_mondo_home);
Note: See TracChangeset for help on using the changeset viewer.