/cpw/tomkiewicz/gg11: 5ba37b370be6: Initialize value
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Thu Oct 18 06:33:00 EDT 2012
Changeset: 5ba37b370be65fde4596767ae4f37f82448c8361
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2012-10-18 12:32 +0200
Branch: default
URL: http://hg.pidgin.im/cpw/tomkiewicz/gg11/rev/5ba37b370be6
Description:
Initialize value
diffstat:
libpurple/protocols/gg/roster.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/protocols/gg/roster.c b/libpurple/protocols/gg/roster.c
--- a/libpurple/protocols/gg/roster.c
+++ b/libpurple/protocols/gg/roster.c
@@ -478,7 +478,7 @@ static gboolean ggp_roster_reply_list_re
static gboolean ggp_roster_reply_list_read_buddy(PurpleConnection *gc,
xmlnode *node, ggp_roster_content *content, GHashTable *remove_buddies)
{
- gchar *alias, *group_name;
+ gchar *alias, *group_name = NULL;
uin_t uin;
gboolean succ = TRUE;
xmlnode *group_list, *group_elem;
More information about the Commits
mailing list