Skip to content

Commit

Permalink
Merge pull request #1152 from mattmundell/update-cpes-message
Browse files Browse the repository at this point in the history
Correct message and free path
  • Loading branch information
bjoernricks authored Jun 25, 2020
2 parents 500de33 + 36eeb9e commit 44e18e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manage_sql_secinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 44e18e3

Please sign in to comment.