diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 0f931c9062c154a318646f636e497203b761ca9e
parent 2fd618ee615fc65f81433ad1b2cb8179274ba674
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu, 22 Jul 2021 12:49:53 +0200

free config_file_path

Diffstat:
Msrc/diary.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/diary.c b/src/diary.c @@ -681,6 +681,7 @@ int main(int argc, char** argv) { } } while (ch != 'q'); + free(config_file_path); endwin(); system("clear"); return 0;