View Issue Details

IDProjectCategoryView StatusLast Update
0008218Talerexchangepublic2024-03-07 20:47
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008218: TALER_EXCHANGE_management_update_aml_officer: memory leak
DescriptionThis is in exchange/src/lib/exchange_api_management_update_aml_officer.c

158 wh = GNUNET_new (struct TALER_EXCHANGE_ManagementUpdateAmlOfficer);

191 {
192 GNUNET_break (0);
193 if (NULL != eh)
194 curl_easy_cleanup (eh);
195 json_decref (body);
196 GNUNET_free (wh->url);
197 return NULL;
198 }

This looks like it is missing a GNUNET_free(wh);
TagsNo tags attached.

Relationships

child of 0008112 assignedfefe Merchant security review 

Activities

Christian Grothoff

2024-01-23 17:08

manager   ~0020993

Fixed in 90860761..9da0f30b

Issue History

Date Modified Username Field Change
2024-01-23 14:10 fefe New Issue
2024-01-23 14:10 fefe Status new => assigned
2024-01-23 14:10 fefe Assigned To => Christian Grothoff
2024-01-23 14:11 fefe Relationship added child of 0008112
2024-01-23 17:08 Christian Grothoff Status assigned => resolved
2024-01-23 17:08 Christian Grothoff Resolution open => fixed
2024-01-23 17:08 Christian Grothoff Fixed in Version => 0.9.4
2024-01-23 17:08 Christian Grothoff Note Added: 0020993
2024-01-23 17:08 Christian Grothoff Product Version => git (master)
2024-01-23 17:08 Christian Grothoff Target Version => 0.9.4
2024-03-07 20:47 Christian Grothoff Status resolved => closed