aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 33d4e4fc3..55569866b 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -3214,6 +3214,10 @@ handle_peer_push (void *cls,
3214 tmp_att_peer); 3214 tmp_att_peer);
3215 add_peer_array_to_set (peer, 1, att_peer_set); 3215 add_peer_array_to_set (peer, 1, att_peer_set);
3216 } 3216 }
3217 else
3218 {
3219 GNUNET_free (tmp_att_peer);
3220 }
3217 } 3221 }
3218 3222
3219 3223