mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
ChangeLog at: https://github.com/greenbone/gvmd/releases/tag/v20.8.1 https://github.com/greenbone/openvas-scanner/releases/tag/v20.8.1 https://github.com/greenbone/gsa/releases/tag/v20.8.1 https://github.com/greenbone/ospd-openvas/releases/tag/v20.8.1 https://github.com/greenbone/gvm-libs/releases/tag/v20.8.1
19 lines
383 B
C
19 lines
383 B
C
--- src/manage_sql.c 2021-02-02 09:44:09.000000000 -0500
|
|
+++ src/manage_sql.c 2021-02-18 13:49:16.256262000 -0500
|
|
@@ -52,7 +52,6 @@
|
|
#include <errno.h>
|
|
#include <glib/gstdio.h>
|
|
#include <gnutls/x509.h>
|
|
-#include <malloc.h>
|
|
#include <pwd.h>
|
|
#include <stdlib.h>
|
|
#include <sys/socket.h>
|
|
@@ -15277,8 +15276,6 @@
|
|
}
|
|
|
|
cleanup_iterator (&nvts);
|
|
-
|
|
- malloc_trim (0);
|
|
}
|
|
|
|
/**
|