mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
global: Fix a small memory leak
This commit is contained in:
parent
aedd616346
commit
3cd8dd0f32
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ shell_global_init (ShellGlobal *global)
|
|||
XDisplayName (NULL));
|
||||
(void) g_mkdir_with_parents (path, 0700);
|
||||
global->runtime_state_path = g_file_new_for_path (path);
|
||||
g_free (path);
|
||||
|
||||
global->settings = g_settings_new ("org.gnome.shell");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue