diff --git a/src/business/business-gnome/gnc-plugin-page-owner-tree.c b/src/business/business-gnome/gnc-plugin-page-owner-tree.c index 98fca2d81f..10ec11d9eb 100644 --- a/src/business/business-gnome/gnc-plugin-page-owner-tree.c +++ b/src/business/business-gnome/gnc-plugin-page-owner-tree.c @@ -211,7 +211,7 @@ gnc_plugin_page_owner_tree_new (GncOwnerType owner_type) GncPluginPageOwnerTree *plugin_page; GncPluginPageOwnerTreePrivate *priv; - gchar* label; + gchar* label = ""; const GList *item; g_return_val_if_fail( (owner_type != GNC_OWNER_UNDEFINED)