View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008221 | Taler | exchange | public | 2024-01-23 14:37 | 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 | 0008221: TALER_EXCHANGE_purse_create_with_deposit: memory leak | ||||
Description | This is in exchange/src/lib/exchange_api_purse_create_with_deposit.c: 426 pch = GNUNET_new (struct TALER_EXCHANGE_PurseCreateDepositHandle); 477 pch->url = TALER_url_join (url, 478 arg_str, 479 NULL); 513 { 514 GNUNET_break (0); 515 json_decref (deposit_arr); 516 GNUNET_free (pch); 517 return NULL; 518 } This looks like it is missing a GNUNET_free(pch->url); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-23 14:37 | fefe | New Issue | |
2024-01-23 14:37 | fefe | Status | new => assigned |
2024-01-23 14:37 | fefe | Assigned To | => Christian Grothoff |
2024-01-23 14:37 | fefe | Relationship added | child of 0008112 |
2024-01-23 17:01 | Christian Grothoff | Status | assigned => resolved |
2024-01-23 17:01 | Christian Grothoff | Resolution | open => fixed |
2024-01-23 17:01 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-23 17:01 | Christian Grothoff | Note Added: 0020990 | |
2024-01-23 17:01 | Christian Grothoff | Target Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |