[Galago-commits] r1965 - in trunk/libnotify: . libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Jun 20 01:56:27 PDT 2005


Author: chipx86
Date: 2005-06-20 01:56:22 -0700 (Mon, 20 Jun 2005)
New Revision: 1965

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/libnotify/notify.c
Log:
Be a little better at not crashing. Just a bit better. There's still another crash I'm trying to track down.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2005-06-20 07:58:00 UTC (rev 1964)
+++ trunk/libnotify/ChangeLog	2005-06-20 08:56:22 UTC (rev 1965)
@@ -1,3 +1,9 @@
+Mon Jun 20 06:13:02 PDT 2005  Christian Hammond <chipx86 at gnupdate.org>
+
+	* libnotify/notify.c:
+	  - Be a little better at not crashing. Just a bit better. There's
+	    still another crash I'm trying to track down.
+
 Mon Jun 20 04:53:29 PDT 2005  Christian Hammond <chipx86 at gnupdate.org>
 
 	* libnotify/notify.c:

Modified: trunk/libnotify/libnotify/notify.c
===================================================================
--- trunk/libnotify/libnotify/notify.c	2005-06-20 07:58:00 UTC (rev 1964)
+++ trunk/libnotify/libnotify/notify.c	2005-06-20 08:56:22 UTC (rev 1965)
@@ -452,9 +452,11 @@
 	if (ret_version != NULL)
 		*ret_version = g_strdup(version);
 
+#if !NOTIFY_CHECK_DBUS_VERSION(0, 30)
 	dbus_free(name);
 	dbus_free(vendor);
 	dbus_free(version);
+#endif
 
 	return TRUE;
 }



More information about the galago-commits mailing list