diff src/protocols/oscar/oscar.c @ 8853:60cc86a15eed

[gaim-migrate @ 9620] uninitialized variables aren't cool committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 May 2004 22:17:43 +0000
parents 518455386538
children cb3dd3a4c71c
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sat May 01 22:10:11 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Sat May 01 22:17:43 2004 +0000
@@ -4188,7 +4188,7 @@
 	GaimConnection *gc = sess->aux_data;
 	OscarData *od = (OscarData *)gc->proto_data;
 	GaimBuddy *buddy;
-	struct buddyinfo *bi;
+	struct buddyinfo *bi = NULL;
 	gchar who[16];
 	GString *str;
 	gchar *primary, *utf8;