gnucash/libgnucash/core-utils/test
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
..
CMakeLists.txt Import GLIB2 as a target, and use it to simplify the CMakeLists 2023-02-21 12:59:42 +00:00
gtest-path-utilities.cpp Store allocated temporaries in a variable so they can be freed 2023-04-29 11:51:43 -07:00
test-gnc-glib-utils.c Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
test-resolve-file-path.c Valgrind: fix "definitely lost" memory in test - test-resolve-file-path 2023-07-19 10:21:30 +01:00
test-userdata-dir-invalid-home.c Valgrind: fix "definitely lost" memory in test - test-userdata-dir-invalid-home 2023-07-19 10:21:30 +01:00
test-userdata-dir.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00