kov changed libgksu/trunk/ChangeLog,
libgksu/trunk/libgksu/gksu-context.c
Gustavo Noronha
kov at costa.debian.org
Thu Nov 17 23:59:33 UTC 2005
Mensagem de log:
- do not free the user component of the context struct
twice
-----
Modified: libgksu/trunk/ChangeLog
===================================================================
--- libgksu/trunk/ChangeLog 2005-11-17 23:38:48 UTC (rev 472)
+++ libgksu/trunk/ChangeLog 2005-11-17 23:59:33 UTC (rev 473)
@@ -1,6 +1,10 @@
2005-11-17 Gustavo Noronha Silva <kov at debian.org>
* libgksu/gksu-context.c:
+ - do not free the user component of the context struct
+ twice
+
+ * libgksu/gksu-context.c:
- init buffer with {0} so that debuging information will
not show crappy stuff for it
Modified: libgksu/trunk/libgksu/gksu-context.c
===================================================================
--- libgksu/trunk/libgksu/gksu-context.c 2005-11-17 23:38:48 UTC (rev 472)
+++ libgksu/trunk/libgksu/gksu-context.c 2005-11-17 23:59:33 UTC (rev 473)
@@ -372,8 +372,6 @@
g_free (self->user);
g_free (self->password);
g_free (self->command);
-
- g_free (self->user);
}
static void
More information about the gksu-commits
mailing list