core-lightning/wallet
lisa neigut ee1c82a7a7 db: fix memleak introduced with sqlite3_expanded_sql
wallet/test/run-wallet was failing the valgrind check; turns out
`sqlite3_expanded_sql` expects you to manage the memory of strings
it returns. from `sqlite3.h`:

** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
** is obtained from [sqlite3_malloc()] and must be free by the application
** by passing it to [sqlite3_free()].
2019-04-09 07:19:15 +00:00
..
test log: truncate giant IO logging. 2019-04-08 04:41:43 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c db: fix memleak introduced with sqlite3_expanded_sql 2019-04-09 07:19:15 +00:00
db.h db: typo fixed from review. 2019-04-08 01:56:17 +00:00
invoices.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
txfilter.c wally: Migrate main daemon to use wally transactions 2019-04-08 00:00:00 +00:00
txfilter.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
wallet.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
wallet.h sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
walletrpc.c newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00