mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-23 02:43:02 -04:00
7 lines
175 B
Text
7 lines
175 B
Text
# Suppress a valgrind message about use of uninitialized memory in freea().
|
|
# This use is OK because it provides only a speedup.
|
|
{
|
|
freea
|
|
Memcheck:Cond
|
|
fun:freea
|
|
}
|