From kde-commits Fri Sep 26 08:11:12 2008 From: Will Stephenson Date: Fri, 26 Sep 2008 08:11:12 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/msn Message-Id: <1222416672.450167.6828.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122241668013786 SVN commit 864951 by wstephens: Oops, commit the header too (see r864950). Replace char * operations with QByteArray. Fixes valgrind errors reported at https://bugzilla.novell.com:443/show_bug.cgi?id=360333 M +0 -1 msnsocket.h --- trunk/KDE/kdenetwork/kopete/protocols/msn/msnsocket.h #864950:864951 @@ -287,7 +287,6 @@ public: Buffer( unsigned size = 0 ); ~Buffer(); - void add( char *str, unsigned size ); QByteArray take( int size ); };