These lines are redundant since this was allocated with g_new0.

Sat, 24 Apr 2010 02:29:34 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 24 Apr 2010 02:29:34 +0000
changeset 30091
3e3a11e3bf27
parent 30090
a97b8c06eeae
child 30092
ad8776ef2844

These lines are redundant since this was allocated with g_new0.

libpurple/protocols/msn/slpcall.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/slpcall.c	Fri Apr 23 22:38:13 2010 +0000
+++ b/libpurple/protocols/msn/slpcall.c	Sat Apr 24 02:29:34 2010 +0000
@@ -66,10 +66,6 @@
 
 	slpcall->slplink = slplink;
 
-	slpcall->wait_for_socket = FALSE;
-	slpcall->xfer = NULL;
-	slpcall->branch = NULL;
-
 	msn_slplink_add_slpcall(slplink, slpcall);
 
 	slpcall->timer = purple_timeout_add_seconds(MSN_SLPCALL_TIMEOUT, msn_slpcall_timeout, slpcall);

mercurial