# HG changeset patch # User Nathan Walp # Date 1083449863 0 # Node ID 60cc86a15eed2f1fcf5b1a96a9b9f39f8e8a8921 # Parent abb2028f53e02cb22d4ac1474a12d77241f9c8c5 [gaim-migrate @ 9620] uninitialized variables aren't cool committer: Tailor Script diff -r abb2028f53e0 -r 60cc86a15eed src/protocols/oscar/oscar.c --- 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;