View Issue Details

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

171 wh = GNUNET_new (struct TALER_EXCHANGE_ManagementWireEnableHandle);

207 {
208 GNUNET_break (0);
209 if (NULL != eh)
210 curl_easy_cleanup (eh);
211 json_decref (body);
212 GNUNET_free (wh->url);
213 return NULL;
214 }

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:06

manager   ~0020991

Fixed in 77319e20..f0ddc4e9

Issue History

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