mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 08:48:07 +02:00
* dbus/dbus-object-tree.c (_dbus_object_subtree_new):
remove dead code
This commit is contained in:
parent
553bd86345
commit
1fa8e404a4
2 changed files with 11 additions and 6 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* dbus/dbus-object-tree.c (_dbus_object_subtree_new):
|
||||
remove dead code
|
||||
|
||||
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
|
||||
#!/bin/bash
|
||||
|
||||
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* Doxyfile.in: fix the INPUT line so we can generate docs
|
||||
|
|
@ -36,7 +46,7 @@
|
|||
* bus/Makefile.am (install-data-hook): removed the slash after
|
||||
$(DESTDIR) so we don't get the double slash which does not work
|
||||
in windows (patch from Andras Porjesz
|
||||
<andras dot porjesz at siemens dot com>
|
||||
<andras dot porjesz at siemens dot com>)
|
||||
|
||||
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -981,11 +981,6 @@ _dbus_object_subtree_new (const char *name,
|
|||
return subtree;
|
||||
|
||||
oom:
|
||||
if (subtree)
|
||||
{
|
||||
dbus_free (subtree);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue