Skip to content

Commit

Permalink
Fix double-free in create_config_data_reset().
Browse files Browse the repository at this point in the history
  • Loading branch information
kroosec committed Mar 14, 2019
1 parent 84c9a7b commit 093e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ create_config_data_reset (create_config_data_t *data)
g_free (import->preference_alt);
g_free (import->preference_id);
g_free (import->preference_name);
g_free (import->preference_name);
g_free (import->preference_hr_name);
g_free (import->preference_nvt_name);
g_free (import->preference_nvt_oid);
g_free (import->preference_type);
Expand Down

0 comments on commit 093e7b1

Please sign in to comment.