mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Revert "Plug a mem leak in g_environ_unsetenv"
This reverts commit 2f4b46e378
, which was
pushed accidentally.
This commit is contained in:
parent
30e0a1beac
commit
7e9aed94de
@ -198,9 +198,6 @@ g_environ_unsetenv (gchar **envp,
|
||||
*f = *e;
|
||||
f++;
|
||||
}
|
||||
else
|
||||
g_free (*e);
|
||||
|
||||
e++;
|
||||
}
|
||||
*f = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user