diff options
Diffstat (limited to 'community/greenbone-security-assistant/001-malloc-trim.patch')
-rw-r--r-- | community/greenbone-security-assistant/001-malloc-trim.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/greenbone-security-assistant/001-malloc-trim.patch b/community/greenbone-security-assistant/001-malloc-trim.patch deleted file mode 100644 index 2d64f11178..0000000000 --- a/community/greenbone-security-assistant/001-malloc-trim.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/gsad_base.c b/src/gsad_base.c -index 15433f9..6500902 100644 ---- a/src/gsad_base.c -+++ b/src/gsad_base.c -@@ -312,8 +312,9 @@ xsl_transform_with_stylesheet (const char *xml_text, - - xsltFreeStylesheet (cur); - xmlFreeDoc (res); -+#ifdef __GLIBC__ - malloc_trim (0); -- -+#endif - return (char *) doc_txt_ptr; - #else - int content_fd; - |