gnucash/libgnucash/core-utils
Richard Cohen d808fddc95 Valgrind: fix "definitely lost" memory in test - test-userdata-dir-invalid-home
==66427== 128 bytes in 1 blocks are definitely lost in loss record 22 of 25
==66427==    at 0x4843738: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==66427==    by 0x49B85EF: g_realloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7600.1)
==66427==    by 0x49D6EF1: ??? (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7600.1)
==66427==    by 0x49D6F6F: g_string_sized_new (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7600.1)
==66427==    by 0x499AB00: ??? (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7600.1)
==66427==    by 0x499B2D8: g_build_filename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7600.1)
==66427==    by 0x10A498: main (test-userdata-dir-invalid-home.c:74)
==66427==
2023-07-19 10:21:30 +01:00
..
test Valgrind: fix "definitely lost" memory in test - test-userdata-dir-invalid-home 2023-07-19 10:21:30 +01:00
binreloc.c Move an unused variable into an #ifdef where it is used 2023-02-06 14:20:31 +00:00
binreloc.h Fix Windows binreloc executable finding. 2018-09-16 12:36:04 -07:00
CMakeLists.txt Import GLIB2 as a target, and use it to simplify the CMakeLists 2023-02-21 12:59:42 +00:00
gnc-environment.c Fix a bunch of memory allocation errors found by clang static analysis. 2018-11-30 15:08:41 +09:00
gnc-environment.h Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-filepath-utils.cpp gnc_list_all_paths returns std::vector instead of GList of EnvPaths 2023-05-22 09:45:33 +08:00
gnc-filepath-utils.h gnc_list_all_paths returns std::vector instead of GList of EnvPaths 2023-05-22 09:45:33 +08:00
gnc-gkeyfile-utils.c Bug 792446 - Mixed languages in error dialog. 2018-09-27 18:05:42 -07:00
gnc-gkeyfile-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-glib-utils.c Bindings - move log wrappers into the swig interface files 2022-10-02 11:50:26 -07:00
gnc-glib-utils.h Bindings - move log wrappers into the swig interface files 2022-10-02 11:50:26 -07:00
gnc-locale-utils.c RptCleanup - use generic report loader for locale-specific reports 2019-06-18 14:25:04 +02:00
gnc-locale-utils.cpp Fix build with glib2 2.67.x. 2021-02-16 13:23:16 -08:00
gnc-locale-utils.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-locale-utils.hpp Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
gnc-path.c Replace string literal 'gnucash' with PROJECT_NAME parameter where it makes sense 2022-12-19 22:18:12 +01:00
gnc-path.h Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-prefs-p.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-prefs.c Fix warning about misleading indentation from recent gcc. 2020-10-15 08:38:00 +08:00
gnc-prefs.h Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-version.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
gnc-version.h Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gncla-dir.h.in RptCleanup - Install our guile api as a guile site module 2019-06-18 14:25:04 +02:00