After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710582 - gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-21 20:17 UTC by Colin Walters
Modified: 2013-10-23 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL) (943 bytes, patch)
2013-10-21 20:17 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2013-10-21 20:17:24 UTC
This way we don't emit a critical with newer glibs.

See https://bugzilla.gnome.org/show_bug.cgi?id=704593
Comment 1 Colin Walters 2013-10-21 20:17:26 UTC
Created attachment 257794 [details] [review]
gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
Comment 2 Ray Strode [halfline] 2013-10-23 17:05:32 UTC
Comment on attachment 257794 [details] [review]
gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)

do it!
Comment 3 Colin Walters 2013-10-23 17:21:12 UTC
Attachment 257794 [details] pushed as c9fd5b0 - gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)