View Issue Details

IDProjectCategoryView StatusLast Update
0002334GNUnetutil librarypublic2012-06-02 19:15
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002334: Memory leak in server.c
DescriptionGNUNET_SERVER_client_disconnect:
- saves a copy of client->reference_counter in rc
- calls disconnect notfication callbacks
disconnect notfication callbacks
- can decrement the ref counter
GNUNET_SERVER_client_disconnect:
- checks against backup rc var if connection should be kept
- rc >= copy of client->reference_counter -> connection is freed
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-09 20:19

manager   ~0005831

Didn't you fix this one?

Christian Grothoff

2012-05-09 23:58

manager   ~0005840

I think this one is fixed now. Reopen if I'm really wrong here.

Issue History

Date Modified Username Field Change
2012-05-09 18:10 Matthias Wachs New Issue
2012-05-09 20:19 Christian Grothoff Note Added: 0005831
2012-05-09 20:19 Christian Grothoff Assigned To => Matthias Wachs
2012-05-09 20:19 Christian Grothoff Status new => feedback
2012-05-09 23:58 Christian Grothoff Note Added: 0005840
2012-05-09 23:58 Christian Grothoff Status feedback => resolved
2012-05-09 23:58 Christian Grothoff Fixed in Version => 0.9.3
2012-05-09 23:58 Christian Grothoff Resolution open => fixed
2012-05-10 10:57 Christian Grothoff Target Version => 0.9.3
2012-06-02 19:15 Christian Grothoff Status resolved => closed