view lib/allocsa.valgrind @ 6819:3449832bdc37

* getdate.y (__attribute__): Don't define if already defined. Problem reported by Larry Jones. * utimens.c (__attribute__): Likewise.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 11 Jun 2006 07:12:27 +0000
parents 12b5efa248fc
children
line wrap: on
line source

# Suppress a valgrind message about use of uninitialized memory in freesa().
# This use is OK because it provides only a speedup.
{
    freesa
    Memcheck:Cond
    fun:freesa
}