mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +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 = *e;
|
||||||
f++;
|
f++;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
g_free (*e);
|
|
||||||
|
|
||||||
e++;
|
e++;
|
||||||
}
|
}
|
||||||
*f = NULL;
|
*f = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user