projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb49e8
)
fix #5608
author
Christian Grothoff
<christian@grothoff.org>
Mon, 25 Feb 2019 21:04:04 +0000
(22:04 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 25 Feb 2019 21:04:04 +0000
(22:04 +0100)
src/set/gnunet-service-set.c
patch
|
blob
|
history
diff --git
a/src/set/gnunet-service-set.c
b/src/set/gnunet-service-set.c
index c71eb6edce1003015efaa8048f78039d3d015e70..71f74594f9e3943b7591884a76459c33dfc8362f 100644
(file)
--- a/
src/set/gnunet-service-set.c
+++ b/
src/set/gnunet-service-set.c
@@
-1221,8
+1221,11
@@
_GSS_operation_destroy2 (struct Operation *op)
GNUNET_CADET_channel_destroy (channel);
}
if (NULL != op->listener)
+ {
incoming_destroy (op);
- else if (NULL != op->set)
+ return;
+ }
+ if (NULL != op->set)
op->set->vt->channel_death (op);
else
_GSS_operation_destroy (op,