aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-scanner/malloc-trim.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/openvas-scanner/malloc-trim.patch')
-rw-r--r--community/openvas-scanner/malloc-trim.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/openvas-scanner/malloc-trim.patch b/community/openvas-scanner/malloc-trim.patch
deleted file mode 100644
index 8c2a80ff5f6..00000000000
--- a/community/openvas-scanner/malloc-trim.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/pluginscheduler.c b/src/pluginscheduler.c
-index 069b110..8e0f1f7 100644
---- a/src/pluginscheduler.c
-+++ b/src/pluginscheduler.c
-@@ -305,7 +305,9 @@ plugins_scheduler_init (const char *plugins_list, int autoload,
- plugins_scheduler_free (ret);
- return NULL;
- }
-+#ifdef __GLIBC__
- malloc_trim (0);
-+#endif
- return ret;
- }
-
-@@ -407,7 +409,9 @@ scheduler_phase_cleanup (plugins_scheduler_t sched, int start, int end)
- element = element->next;
- }
- }
-+#ifdef __GLIBC__
- malloc_trim (0);
-+#endif
- }
-
- struct scheduler_plugin *