View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008204 | Taler | exchange | public | 2024-01-22 15:56 | 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 | 0008204: TALER_EXCHANGE_management_set_global_fees: memory leak | ||||
Description | This is in exchange/src/lib/exchange_api_management_set_global_fee.c: 197 { 198 GNUNET_break (0); 199 if (NULL != eh) 200 curl_easy_cleanup (eh); 201 json_decref (body); 202 GNUNET_free (sgfh->url); 203 return NULL; 204 } This looks like a GNUNET_free(sgfh) is missing | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-22 15:56 | fefe | New Issue | |
2024-01-22 15:56 | fefe | Status | new => assigned |
2024-01-22 15:56 | fefe | Assigned To | => Christian Grothoff |
2024-01-22 17:01 | Christian Grothoff | Relationship added | child of 0008112 |
2024-01-22 17:04 | Christian Grothoff | Note Added: 0020960 | |
2024-01-22 17:04 | Christian Grothoff | Status | assigned => resolved |
2024-01-22 17:04 | Christian Grothoff | Resolution | open => fixed |
2024-01-22 17:04 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-22 17:05 | Christian Grothoff | Target Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |