View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008218 | Taler | exchange | public | 2024-01-23 14:10 | 2024-03-07 20:47 |
Reporter | fefe | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008218: TALER_EXCHANGE_management_update_aml_officer: memory leak | ||||
Description | This is in exchange/src/lib/exchange_api_management_update_aml_officer.c 158 wh = GNUNET_new (struct TALER_EXCHANGE_ManagementUpdateAmlOfficer); 191 { 192 GNUNET_break (0); 193 if (NULL != eh) 194 curl_easy_cleanup (eh); 195 json_decref (body); 196 GNUNET_free (wh->url); 197 return NULL; 198 } This looks like it is missing a GNUNET_free(wh); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-23 14:10 | fefe | New Issue | |
2024-01-23 14:10 | fefe | Status | new => assigned |
2024-01-23 14:10 | fefe | Assigned To | => Christian Grothoff |
2024-01-23 14:11 | fefe | Relationship added | child of 0008112 |
2024-01-23 17:08 | Christian Grothoff | Status | assigned => resolved |
2024-01-23 17:08 | Christian Grothoff | Resolution | open => fixed |
2024-01-23 17:08 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-23 17:08 | Christian Grothoff | Note Added: 0020993 | |
2024-01-23 17:08 | Christian Grothoff | Product Version | => git (master) |
2024-01-23 17:08 | Christian Grothoff | Target Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |