Diff between a24856291bcd0db8d4deece223e76856ff835b9f and cf5361615e4bf2468fe963f690b2c398071e215f
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/manager.c | +1 | -2 | modified |
Full Patch
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 326e56f..97ae278 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -521,8 +521,7 @@ void manager_cleanup(void)
/* FIXME: Release agent? */
- if (agent)
- agent_free(agent);
+ agent_free(agent);
g_dbus_detach_object_manager(connection);