Re: [gdm-list] [PATCH] fix gcc warnings
- From: Frederic Crozat <fcrozat mandriva com>
- To: gdm-list gnome org
- Subject: Re: [gdm-list] [PATCH] fix gcc warnings
- Date: Wed, 31 Jan 2007 10:13:50 +0100
Le mardi 30 janvier 2007 à 16:25 +0100, Ludwig Nussel a écrit :
> Hi,
>
> Some fixes for gcc warnings ...
>
> cu
> Ludwig
>
>
> Index: gdm2/daemon/errorgui.c
> ===================================================================
> --- gdm2.orig/daemon/errorgui.c
> +++ gdm2/daemon/errorgui.c
> @@ -317,12 +317,10 @@ gdm_error_box_full (GdmDisplay *d, GtkMe
>
> if (details_label != NULL) {
> if (strncmp (details_label, "NIL", 3) == 0)
> - g_free (details_label);
> details_label = NULL;
> }
> if (details_file != NULL) {
> if (strncmp (details_file, "NIL", 3) == 0)
> - g_free (details_file);
> details_file = NULL;
> }
This fix looks incomplete, since details_file is const char *, you
should be able to assign a NULL value.
--
Frederic Crozat <fcrozat mandriva com>
Mandriva
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]