evolution r36127 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Wed Aug 27 15:16:19 2008
New Revision: 36127
URL: http://svn.gnome.org/viewvc/evolution?rev=36127&view=rev

Log:
Mute valg.


Modified:
   branches/mail-dbus-remoting/mail/mail-session-remote-impl.c

Modified: branches/mail-dbus-remoting/mail/mail-session-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/mail-session-remote-impl.c	(original)
+++ branches/mail-dbus-remoting/mail/mail-session-remote-impl.c	Wed Aug 27 15:16:19 2008
@@ -55,7 +55,7 @@
 		d(printf("%s: %d\n", method, interactive));
 		added = TRUE;
 	} else if (strcmp(method, "mail_session_set_interactive") == 0) {
-		gboolean interactive;
+		gboolean interactive=0;
 		gboolean ret;
 
 		ret = dbus_message_get_args(message, NULL, 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]