libepc r205 - in trunk: . libepc
- From: hasselmm svn gnome org
- To: svn-commits-list gnome org
- Subject: libepc r205 - in trunk: . libepc
- Date: Mon, 21 Jan 2008 15:22:51 +0000 (GMT)
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]