* Fixes NB#100011, just created child folders are visible again
[modest] / src / widgets / modest-folder-view.c
index 64e9281..cd9ad27 100644 (file)
@@ -1764,6 +1764,9 @@ foreach_folder_with_id (GtkTreeModel *model,
                }
        }
 
                }
        }
 
+       if (instance)
+               g_object_unref (instance);
+
        return info->found;
        
 }
        return info->found;
        
 }