]> andersk Git - libfaim.git/blobdiff - aim_chat.c
- Sun Apr 2 01:45:15 UTC 2000
[libfaim.git] / aim_chat.c
index 6ce4b69d608f866bd01179ad13aae807b1eb0541..83256f024dfdd200b718826c3395327528468a4b 100644 (file)
@@ -247,16 +247,16 @@ int aim_chat_readroominfo(u_char *buf, struct aim_chat_roominfo *outinfo)
 int aim_chat_parse_infoupdate(struct aim_session_t *sess,
                              struct command_rx_struct *command)
 {
-  struct aim_userinfo_s *userinfo;
+  struct aim_userinfo_s *userinfo = NULL;
   rxcallback_t userfunc=NULL;  
   int ret = 1, i = 0;
   int usercount = 0;
   u_char detaillevel = 0;
-  char *roomname;
+  char *roomname = NULL;
   struct aim_chat_roominfo roominfo;
   u_short tlvcount = 0;
   struct aim_tlvlist_t *tlvlist;
-  char *roomdesc;
+  char *roomdesc = NULL;
 
   i = 10;
   i += aim_chat_readroominfo(command->data+i, &roominfo);
This page took 0.158949 seconds and 4 git commands to generate.