Skip to content
  • Dan Williams's avatar
    valgrind: suppressions update · cefdb51f
    Dan Williams authored
    This suppression didn't work on F17 for some reason, even though the
    stacktrace was the same.  Valgrind wanted some kind of:
    
    obj:<path to libglib>
    
    between the calloc and the g_malloc0 lines; but we don't actually
    care much about the calloc anyway.
    cefdb51f