[PATCH 1/8] desktop-notifications: The back end in pa_ui_notification_manager can be NULL, do not assert it isn't.

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

 



---
 src/modules/notifications/notification-manager.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/notifications/notification-manager.c b/src/modules/notifications/notification-manager.c
index b4dafb8..9a2aa0c 100644
--- a/src/modules/notifications/notification-manager.c
+++ b/src/modules/notifications/notification-manager.c
@@ -60,7 +60,6 @@ static pa_ui_notification_manager* pa_ui_notification_manager_new(pa_core *c) {
 
 static void pa_ui_notification_manager_free(pa_ui_notification_manager *m) {
     pa_assert(m);
-    pa_assert(m->backend); /* TODO: handle backends. */
 
     pa_assert_se(pa_shared_remove(m->core, "ui-notification-manager"));
 
-- 
1.7.10.4



[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux