[Kstars-devel] KDE/kdeedu/kstars/kstars
Jasem Mutlaq
mutlaqja at ikarustech.com
Thu May 29 07:39:36 CEST 2008
> 3. Fixing crash on clicking the remove, edit or view buttons in the
> Links tab of the Details dialog when no link is selected. The crash
> was because we were accessing a NULL pointer.
Hi Akrash,
As I said in my previous email, I already applied your patch and fixed a few
more issues. Now we have duplicate NULL checks as you can see below :-)
Please revert the changes if you have time.
> -441,6 +441,9 @@
>
> if (m_CurrentLink == NULL) return;
>
> + if ( m_CurrentLink == NULL )
> + return;
> +
--
Regards,
Jasem Mutlaq
Kuwait National Radio Observatory
Kuwait Science Club
http://www.astronomy.ksclub.org
More information about the Kstars-devel
mailing list