mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 06:56:16 +01:00
glib: fix build
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
481191f118
commit
9217309a5c
@ -194,9 +194,6 @@ g_environ_unsetenv_internal (gchar **envp,
|
|||||||
}
|
}
|
||||||
*f = NULL;
|
*f = NULL;
|
||||||
|
|
||||||
if (free_value_and_realloc)
|
|
||||||
return g_renew (gchar *, envp, envc + 1);
|
|
||||||
else
|
|
||||||
return envp;
|
return envp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user