GNOME Bugzilla – Bug 710582
gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
Last modified: 2013-10-23 17:21:15 UTC
This way we don't emit a critical with newer glibs. See https://bugzilla.gnome.org/show_bug.cgi?id=704593
Created attachment 257794 [details] [review] gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
Comment on attachment 257794 [details] [review] gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL) do it!
Attachment 257794 [details] pushed as c9fd5b0 - gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)