View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008219 | Taler | exchange | public | 2024-01-23 14:12 | 2024-03-07 20:47 |
Reporter | fefe | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008219: TALER_EXCHANGE_management_disable_wire: memory leak | ||||
Description | This is in exchange/src/lib/exchange_api_management_wire_disable.c: 155 wh = GNUNET_new (struct TALER_EXCHANGE_ManagementWireDisableHandle); 182 { 183 GNUNET_break (0); 184 if (NULL != eh) 185 curl_easy_cleanup (eh); 186 json_decref (body); 187 GNUNET_free (wh->url); 188 return NULL; 189 } This looks like it is missing a GNUNET_free(wh); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-23 14:12 | fefe | New Issue | |
2024-01-23 14:12 | fefe | Status | new => assigned |
2024-01-23 14:12 | fefe | Assigned To | => Christian Grothoff |
2024-01-23 14:12 | fefe | Relationship added | child of 0008112 |
2024-01-23 17:07 | Christian Grothoff | Status | assigned => resolved |
2024-01-23 17:07 | Christian Grothoff | Resolution | open => fixed |
2024-01-23 17:07 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-23 17:07 | Christian Grothoff | Note Added: 0020992 | |
2024-01-23 17:07 | Christian Grothoff | Target Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |