projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9547e50
)
Fix leak WRT client ref count
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 18:23:16 +0000
(20:23 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 18:23:16 +0000
(20:23 +0200)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
a87d14c
..
be3ccef
100644
(file)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-509,7
+509,6
@@
int client_prep_connection(struct client *cl,
{
return 2;
}
- client_incref(cl);
connection_release(co);
co = 0;
}