Revert "Plug a mem leak in g_environ_unsetenv"

This reverts commit 2f4b46e378, which was
pushed accidentally.
This commit is contained in:
Christian Persch 2012-02-05 20:00:16 +01:00
parent 30e0a1beac
commit 7e9aed94de

View File

@ -198,9 +198,6 @@ g_environ_unsetenv (gchar **envp,
*f = *e;
f++;
}
else
g_free (*e);
e++;
}
*f = NULL;