--- a/libpurple/protocols/oscar/family_oservice.c Tue Feb 02 20:42:00 2010 +0000 +++ b/libpurple/protocols/oscar/family_oservice.c Tue Feb 02 22:56:17 2010 +0000 @@ -323,7 +323,7 @@ struct timeval now; gettimeofday(&now, NULL); - rateclass = g_new0(struct rateclass, 1); + rateclass = g_new(struct rateclass, 1); rateclass->classid = byte_stream_get16(bs); rateclass->windowsize = byte_stream_get32(bs);