timeshift: fix simple memory leak
This commit is contained in:
parent
691b97cbec
commit
2699d86b42
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ void timeshift_init ( void )
|
|||
void timeshift_term ( void )
|
||||
{
|
||||
timeshift_filemgr_term();
|
||||
free(timeshift_path);
|
||||
timeshift_path = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue