View Issue Details

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

Relationships

child of 0008112 assignedfefe Merchant security review 

Activities

Christian Grothoff

2024-01-23 13:58

manager   ~0020984

Fixed in 635ae934..564d1e4d

Issue History

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