Havoc and John,<br><br>Thanks for your prompt replies. I looked at the code, looks like the messages are unref&#39;d automatically in dbus_connection_dispatch after all dispatching is done for the message.<br><span class="gmail_quote">
</span><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>It usually makes more sense to return NOT_YET_HANDLED from a signal<br>handler, since other handlers may also be interested. Though if your app
<br>isn&#39;t using any libraries that may also be interested, it doesn&#39;t matter.</blockquote><div><br>Thanks for the tip. I guess that makes sense, since the message is automatically unref&#39;d, it seems safer to do this.
<br><br>-K<br></div><br></div>