gnucash/libgnucash/core-utils
Maarten Bosmans 6be682b645 Store allocated temporaries in a variable so they can be freed
If a function that returns an allocated pointer is passed directly into
something that does not take ownership of the pointer, the allocation is
leaked.  This can be fixed by assigning the pointer to a new variable
and freeing it after operation on the memory.
2023-04-29 11:51:43 -07:00
..
test Store allocated temporaries in a variable so they can be freed 2023-04-29 11:51:43 -07: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 Fix dereference of expired temporaries. 2023-03-31 11:27:33 -07:00
gnc-filepath-utils.h [1/2] [gnc-filepath-utils.cpp] gnc_filename_is_backup|datafile 2023-03-16 18:01:09 +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