mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
[gnc-sx-instance-model] leaks: free temporal_state
it's a simple struct containing GDate and int
This commit is contained in:
parent
ad27be333e
commit
de7a63082b
@ -533,6 +533,8 @@ _gnc_sx_gen_instances(gpointer *data, gpointer user_data)
|
||||
|
||||
instances->instance_list = g_list_reverse (instlist);
|
||||
|
||||
gnc_sx_destroy_temporal_state (temporal_state);
|
||||
|
||||
return instances;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user