---
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
> 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
---
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
--
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
---
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