mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix memory leak in aqbanking
This commit is contained in:
parent
619f62fb0e
commit
5be5c58b4f
@ -1239,7 +1239,6 @@ gnc_ab_imexporter_list (AB_BANKING* api)
|
|||||||
pd = GWEN_PluginDescription_List2Iterator_Next(ilit))
|
pd = GWEN_PluginDescription_List2Iterator_Next(ilit))
|
||||||
{
|
{
|
||||||
AB_Node_Pair *node = NULL;
|
AB_Node_Pair *node = NULL;
|
||||||
GWEN_BUFFER *tbuf = GWEN_Buffer_new(0, 256, 0, 1);
|
|
||||||
|
|
||||||
node = g_slice_new (AB_Node_Pair);
|
node = g_slice_new (AB_Node_Pair);
|
||||||
node->name = g_strdup(GWEN_PluginDescription_GetName(pd));
|
node->name = g_strdup(GWEN_PluginDescription_GetName(pd));
|
||||||
|
Loading…
Reference in New Issue
Block a user