aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-02-05 13:14:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-02-05 13:14:59 +0800
commitd639971d8a52635c6edf63d4f1851b5bc049f895 (patch)
treef80643b1ba02b99f799269e59999b07bbbd0aed7 /mail/em-folder-tree.c
parentab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c (diff)
downloadgsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.gz
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.bz2
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.lz
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.xz
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.tar.zst
gsoc2013-evolution-d639971d8a52635c6edf63d4f1851b5bc049f895.zip
call abort before we unref, aid debugging if we hit it.
2004-02-05 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (em_folder_tree_create_folder): call abort before we unref, aid debugging if we hit it. * mail-vfolder.c (uri_is_spethal): check for vfolder/vtrash folders. Based on name check and store options. svn path=/trunk/; revision=24626
Diffstat (limited to 'mail/em-folder-tree.c')
-rw-r--r--mail/em-folder-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 2fdd2ff5b9..4436cc46d1 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -1219,8 +1219,8 @@ em_folder_tree_create_folder (EMFolderTree *emft, const char *path, const char *
goto exception;
if (!(si = g_hash_table_lookup (priv->model->store_hash, store))) {
+ abort();
camel_object_unref (store);
- g_assert_not_reached ();
goto exception;
}