Changeset 1661 in MondoRescue


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

Should remove some valgrind errors

Location:
branches/2.2.5/mondo/src/common
Files:
2 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);
  • branches/2.2.5/mondo/src/common/my-stuff.h

    r1646 r1661  
    394394 * Log the file, line, Mondo error message, and OS error message (errno).
    395395 */
    396 #define log_OS_error(x) {log_msg(0, "%s, line %ld: %s (%s)", __FILE__, __LINE__, x, strerror(errno));}
     396#define log_OS_error(x) {log_msg(0, "%s (%s)", x, strerror(errno));}
    397397
    398398/**
Note: See TracChangeset for help on using the changeset viewer.