View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008215 | Taler | exchange | public | 2024-01-23 13:37 | 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 | 0008215: TALER_EXCHANGE_management_set_wire_fees: memory leak | ||||
Description | This is in exchange/src/lib/exchange_api_management_set_wire_fee.c: 156 swfh = GNUNET_new (struct TALER_EXCHANGE_ManagementSetWireFeeHandle); 189 { 190 GNUNET_break (0); 191 if (NULL != eh) 192 curl_easy_cleanup (eh); 193 json_decref (body); 194 GNUNET_free (swfh->url); 195 return NULL; 196 } This looks like it is missing a GNUNET_fee(swfh); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-23 13:37 | fefe | New Issue | |
2024-01-23 13:37 | fefe | Status | new => assigned |
2024-01-23 13:37 | fefe | Assigned To | => Christian Grothoff |
2024-01-23 13:37 | fefe | Relationship added | child of 0008112 |
2024-01-23 13:58 | Christian Grothoff | Status | assigned => resolved |
2024-01-23 13:58 | Christian Grothoff | Resolution | open => fixed |
2024-01-23 13:58 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-23 13:58 | Christian Grothoff | Note Added: 0020984 | |
2024-01-23 13:59 | Christian Grothoff | Product Version | => git (master) |
2024-01-23 13:59 | Christian Grothoff | Target Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |