View Issue Details

IDProjectCategoryView StatusLast Update
0008221Talerexchangepublic2024-03-07 20:47
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008221: TALER_EXCHANGE_purse_create_with_deposit: memory leak
DescriptionThis 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);
TagsNo tags attached.

Relationships

child of 0008112 assignedfefe Merchant security review 

Activities

Christian Grothoff

2024-01-23 17:01

manager   ~0020990

Fixed in 3f88a5c6..77319e20 (together with another leak of 'pch->deposits')

Issue History

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