Closed mattmundell closed 1 year ago
Always use the return from g_string_free when stealing the string.
In restore_gmp and empty_trashcan_gmp prevent the steal by removing unused XML returns.
restore_gmp
empty_trashcan_gmp
Prevents warnings with glib 2.76.
:cry: No conventional commits found.
:point_right: Learn more about the conventional commits usage at Greenbone.
What
Always use the return from g_string_free when stealing the string.
In
restore_gmp
andempty_trashcan_gmp
prevent the steal by removing unused XML returns.Why
Prevents warnings with glib 2.76.