mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Remove useless NULL check before g_free()
This commit is contained in:
@@ -25,7 +25,6 @@ static inline void
|
||||
g_autoptr_cleanup_generic_gfree (void *p)
|
||||
{
|
||||
void **pp = (void**)p;
|
||||
if (*pp)
|
||||
g_free (*pp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user