[ShellAppSystem] fix missing break; in _unref

This commit is contained in:
Colin Walters 2009-08-21 12:48:15 -04:00
parent 61f19a6c22
commit 58690c210e

View File

@ -101,6 +101,7 @@ shell_app_info_unref (ShellAppInfo *info)
case SHELL_APP_INFO_TYPE_DESKTOP_FILE:
g_key_file_free (info->keyfile);
g_free (info->keyfile_path);
break;
case SHELL_APP_INFO_TYPE_WINDOW:
g_object_unref (info->window);
g_free (info->window_id);