diff --git a/src/timeshift.c b/src/timeshift.c index c96d80f6..c4bfa560 100644 --- a/src/timeshift.c +++ b/src/timeshift.c @@ -87,6 +87,8 @@ void timeshift_init ( void ) void timeshift_term ( void ) { timeshift_filemgr_term(); + free(timeshift_path); + timeshift_path = NULL; } /*