libepc r205 - in trunk: . libepc



Author: hasselmm
Date: Mon Jan 21 15:22:51 2008
New Revision: 205
URL: http://svn.gnome.org/viewvc/libepc?rev=205&view=rev

Log:
Cleanup authentication handlers in epc_publisher_quit (#510435).

* libepc/publisher.c: Call epc_publisher_remove_handlers() in
epc_publisher_quit() to get rid of authentication handlers.


Modified:
   trunk/ChangeLog
   trunk/libepc/publisher.c

Modified: trunk/libepc/publisher.c
==============================================================================
--- trunk/libepc/publisher.c	(original)
+++ trunk/libepc/publisher.c	Mon Jan 21 15:22:51 2008
@@ -2503,6 +2503,9 @@
 
   was_running = self->priv->server_started;
 
+  /* prevent new requests, and also cleanup auth handlers (#510435) */
+  epc_publisher_remove_handlers (self);
+
   if (self->priv->server_loop)
     g_main_loop_quit (self->priv->server_loop);
 



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