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:
b5cce0c
)
connection: delete timer on error
author
Kay Sievers
<kay@vrfy.org>
Sat, 18 Jan 2014 16:21:48 +0000
(17:21 +0100)
committer
Kay Sievers
<kay@vrfy.org>
Sat, 18 Jan 2014 16:21:48 +0000
(17:21 +0100)
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index 67214e6cd1b69de5d9e6f54a4a5739fbeda50e7b..b952b4e4854f57bc595d4b45d486e12855a96f27 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-1842,6
+1842,7
@@
exit_unref_ep:
exit_free_pool:
kdbus_pool_free(conn->pool);
exit_free_conn:
+ del_timer(&conn->timer);
kfree(conn->name);
kfree(conn);