view lib/allocsa.valgrind @ 6163:bba2240c9260

* iconvme.h: Add prototype for iconv_alloc.
author Simon Josefsson <simon@josefsson.org>
date Tue, 30 Aug 2005 07:38:53 +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
}