View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002334 | GNUnet | util library | public | 2012-05-09 18:10 | 2012-06-02 19:15 |
| Reporter | Matthias Wachs | Assigned To | Matthias Wachs | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
| Summary | 0002334: Memory leak in server.c | ||||
| Description | GNUNET_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 | ||||
| Tags | No tags attached. | ||||
| 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 |