[ShellAppSystem] fix missing break; in _unref
This commit is contained in:
parent
61f19a6c22
commit
58690c210e
@ -101,6 +101,7 @@ shell_app_info_unref (ShellAppInfo *info)
|
|||||||
case SHELL_APP_INFO_TYPE_DESKTOP_FILE:
|
case SHELL_APP_INFO_TYPE_DESKTOP_FILE:
|
||||||
g_key_file_free (info->keyfile);
|
g_key_file_free (info->keyfile);
|
||||||
g_free (info->keyfile_path);
|
g_free (info->keyfile_path);
|
||||||
|
break;
|
||||||
case SHELL_APP_INFO_TYPE_WINDOW:
|
case SHELL_APP_INFO_TYPE_WINDOW:
|
||||||
g_object_unref (info->window);
|
g_object_unref (info->window);
|
||||||
g_free (info->window_id);
|
g_free (info->window_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user