From fe22b2194d53061fefe64d48ff6a53e6a762279d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 7 Apr 2003 23:28:16 +0000 Subject: 2003-04-07 Havoc Pennington * doc/dbus-specification.sgml: require that base service names start with ':' and that the base service is created/deleted as first and last things a connection does on the bus * bus/dispatch.c (check_existent_service_activation): lots more work on the activation test; it doesn't fully pass yet... * test/test-service.c (main): fix so we don't memleak the connection to the message bus (filter_func): accept a message asking us to exit --- bus/activation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/activation.c') diff --git a/bus/activation.c b/bus/activation.c index 425d9c19..8ecf6ecb 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -515,7 +515,7 @@ bus_activation_service_created (BusActivation *activation, BUS_SET_OOM (error); goto error; } - + dbus_message_unref (message); } -- cgit