diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-03-11 11:34:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 11:34:47 +0100 |
commit | 75342b53853a898bdd93c7d3da9374115bab6b6d (patch) | |
tree | 0c0af2b796bcdd8ddd42187beb5badb420db8dea /gl/malloca.valgrind | |
parent | 6bbe0b7b0f609ecab831dec9be7690842bf0a0fc (diff) | |
parent | 357787868b5201ec3e874e7a225b1c944cbbdb4d (diff) | |
download | monitoring-plugins-75342b5.tar.gz |
Merge branch 'master' into patch-1
Diffstat (limited to 'gl/malloca.valgrind')
-rw-r--r-- | gl/malloca.valgrind | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gl/malloca.valgrind b/gl/malloca.valgrind deleted file mode 100644 index 52f0a50f..00000000 --- a/gl/malloca.valgrind +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # Suppress a valgrind message about use of uninitialized memory in freea(). | ||
2 | # This use is OK because it provides only a speedup. | ||
3 | { | ||
4 | freea | ||
5 | Memcheck:Cond | ||
6 | fun:freea | ||
7 | } | ||