diff --git a/libnotify/notify.c b/libnotify/notify.c index eaa0205..1f53b39 100644 --- a/libnotify/notify.c +++ b/libnotify/notify.c @@ -139,7 +139,9 @@ notify_uninit (void) } } - g_object_unref (_proxy); + if (_proxy != NULL) { + g_object_unref (_proxy); + } _initted = FALSE; }