mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
|
# 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
|
||
|
}
|