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:
efe1343
)
Fix SEGV: connection_get_link PAZ-965
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 10 Sep 2014 11:14:45 +0000
(11:14 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 10 Sep 2014 11:14:45 +0000
(11:14 +0000)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
723f8be
..
9af8c2b
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-1151,7
+1151,9
@@
void client_set_connection(struct client *cl, struct connection *con)
}
else
{
+ client_lock(cl);
cl->connection = con;
+ client_unlock(cl);
client_destroy(cl);
}
}