View Issue Details

IDProjectCategoryView StatusLast Update
0008219Talerexchangepublic2024-03-07 20:47
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008219: TALER_EXCHANGE_management_disable_wire: memory leak
DescriptionThis is in exchange/src/lib/exchange_api_management_wire_disable.c:

155 wh = GNUNET_new (struct TALER_EXCHANGE_ManagementWireDisableHandle);

182 {
183 GNUNET_break (0);
184 if (NULL != eh)
185 curl_easy_cleanup (eh);
186 json_decref (body);
187 GNUNET_free (wh->url);
188 return NULL;
189 }

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

manager   ~0020992

Fixed in f0ddc4e9..90860761

Issue History

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