chiark / gitweb /
local: fix memory leak when putting together locale settings
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Sep 2013 22:08:30 +0000 (00:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 30 Sep 2013 22:17:21 +0000 (00:17 +0200)
Also, we need to use proper strv_env_xyz() calls when putting together
the environment array, since otherwise settings won't be properly
overriden.

And let's get rid of strv_appendf(), is overkill and there was only one
user.


No differences found