[gnome-shell] [ShellAppSystem] fix missing break; in _unref
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc: 
- Subject: [gnome-shell] [ShellAppSystem] fix missing break; in _unref
- Date: Fri, 21 Aug 2009 17:19:38 +0000 (UTC)
commit 58690c210eef026eec642e2f3ff8b097305a11c0
Author: Colin Walters <walters verbum org>
Date:   Fri Aug 21 12:48:15 2009 -0400
    [ShellAppSystem] fix missing break; in _unref
 src/shell-app-system.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 05060c2..93f5d0b 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -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);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]