gnucash/libgnucash/backend/sql
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 Import GLIB2 as a target, and use it to simplify the CMakeLists 2023-02-21 12:59:42 +00:00
.splintrc Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Merge branch 'maint' 2020-02-06 16:50:08 +01:00
escape.cpp Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
escape.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-account-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-account-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-address-sql.cpp Remove some unused variables with obviously no side effects 2023-02-06 14:19:22 +00:00
gnc-bill-term-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-bill-term-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-book-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-book-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-budget-sql.cpp Mark some QofLogModules as potentially unused 2023-02-06 14:12:31 +00:00
gnc-budget-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-commodity-sql.cpp Mark some QofLogModules as potentially unused 2023-02-06 14:12:31 +00:00
gnc-commodity-sql.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-customer-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-customer-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-employee-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-employee-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-entry-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-entry-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-invoice-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-invoice-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-job-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-job-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-lots-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-lots-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-order-sql.cpp Mark some QofLogModules as potentially unused 2023-02-06 14:12:31 +00:00
gnc-order-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-owner-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-price-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-price-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-recurrence-sql.cpp Remove some unused variables with obviously no side effects 2023-02-06 14:19:22 +00:00
gnc-recurrence-sql.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-schedxaction-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-schedxaction-sql.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-slots-sql.cpp [-Wunused-function] - remove 2023-02-16 09:20:59 +00:00
gnc-slots-sql.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-sql-backend.cpp Remove some unused variables with obviously no side effects 2023-02-06 14:19:22 +00:00
gnc-sql-backend.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-column-table-entry.cpp Store allocated temporaries in a variable so they can be freed 2023-04-29 11:51:43 -07:00
gnc-sql-column-table-entry.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-connection.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-object-backend.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-object-backend.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-result.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-result.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-tax-table-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-tax-table-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-transaction-sql.cpp [-Wunused-function] - remove 2023-02-16 09:20:59 +00:00
gnc-transaction-sql.h Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
gnc-vendor-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-vendor-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00