View Issue Details

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

Relationships

child of 0008112 assignedfefe Merchant security review 

Activities

Christian Grothoff

2024-01-22 17:04

manager   ~0020960

Fixed in f56af0cd..635ae934

Issue History

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