view lib/allocsa.valgrind @ 6829:19c37b3f23b1

Add read-file module.
author Simon Josefsson <simon@josefsson.org>
date Fri, 16 Jun 2006 19:40:12 +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
}