ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.21,1.22


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.21,1.22
Date: Tue, 28 Jan 2003 05:35:37 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv19349/modules/workwizu

Modified Files:
        workwizu.c 
Log Message:
- src/chat_room.c
fix chat_rooms-related segfaults in util.c
- modules/workwizu/workwizu.c
paranoid inits



Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- workwizu.c  27 Jan 2003 17:42:29 -0000      1.21
+++ workwizu.c  28 Jan 2003 10:35:35 -0000      1.22
@@ -903,6 +903,7 @@
 {
        LList *all = NULL;
        room->connected = TRUE;
+       room->fellows = NULL;
        for (all = wwz_contacts; all != NULL && all->data != NULL; all = 
all->next) {
                eb_account * ea = (eb_account *)find_account_by_handle((char 
*)all->data, SERVICE_INFO.protocol_id);
                eb_chat_room_buddy_arrive(room, ea->account_contact->nick, 
ea->handle);
@@ -918,6 +919,7 @@
                eb_chat_room_buddy_leave(room, (char*)all->data);
        }
        room->connected = FALSE;
+       room->fellows = NULL;
        wad->chat_room = NULL;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]