Files
gnucash/libgnucash
Simon Arlott 4132939612 Avoid leaking string cache entries for "" in Transaction and Split
When g_object_new() is used, the strings that default to "" are added to
the string cache. These are then not correctly removed when updating them
with new values when cloning a Transaction/Split.

Use CACHE_REPLACE instead of CACHE_INSERT.
2021-07-11 18:52:09 +01:00
..
2021-06-22 18:57:55 +08:00
2021-05-29 07:55:26 +08:00
2021-06-29 08:46:34 +02:00