diff --git a/src/manage_sql_secinfo.c b/src/manage_sql_secinfo.c index cafc060b2..2a5efeb77 100644 --- a/src/manage_sql_secinfo.c +++ b/src/manage_sql_secinfo.c @@ -2465,7 +2465,8 @@ update_scap_cpes () { g_warning ("%s: No CPE dictionary found at %s", __func__, - strerror (errno)); + full_path); + g_free (full_path); return -1; }