projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba33a55
)
connection: unref ep and bus and free match_db on error path
author
Djalal Harouni
<tixxdz@opendz.org>
Mon, 31 Mar 2014 00:41:26 +0000
(
01:41
+0100)
committer
Kay Sievers
<kay@vrfy.org>
Mon, 31 Mar 2014 12:26:55 +0000
(14:26 +0200)
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index c623720343b63a8019fccd092ed3f60faa240659..e01e0ab0637977f86413a16f062248f2b702ffc2 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-2062,7
+2062,7
@@
int kdbus_conn_new(struct kdbus_ep *ep,
ret = kdbus_name_acquire(bus->name_registry, conn,
name, &flags, NULL);
if (ret < 0)
- goto exit_
free_pool
;
+ goto exit_
unref_ep
;
}
if (is_monitor) {