Re: [kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-22 Thread Aleix Pol
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1004/#review1568 --- it is not necessary to check if the object is null before deleting. co

Re: [kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-13 Thread Lamarque Souza
> On 2009-07-13 10:55:33, Aleix Pol wrote: > > it is not necessary to check if the object is null before deleting. code > > like: > > > > if(a) delete a; > > > > should be just "delete a;" > > > > In C++ the null is 0, I think it's better to assign 0 than NULL. This is not the problem, the p

Re: [kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-13 Thread Lamarque Souza
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1004/ --- (Updated 2009-07-13 13:08:03.646755) Review request for Kopete. Changes --

Re: [kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-13 Thread Lamarque Vieira Souza
Em Monday 13 July 2009, Aleix Pol escreveu: > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1004/#review1568 > --- > > > it is not neces

[kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-12 Thread Lamarque Souza
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1004/ --- Review request for Kopete. Summary --- Reinitialise deleted pointers to NUL