Skip to content
Snippets Groups Projects
Commit 76eb88b1 authored by Markus Armbruster's avatar Markus Armbruster Committed by Laurent Vivier
Browse files

Drop superfluous conditionals around g_free()


There is no need to guard g_free(P) with if (P): g_free(NULL) is safe.

Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220923090428.93529-1-armbru@redhat.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 90dc46d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment