timeshift: fix simple memory leak

This commit is contained in:
Jaroslav Kysela 2014-10-03 09:54:24 +02:00
parent 691b97cbec
commit 2699d86b42

View file

@ -87,6 +87,8 @@ void timeshift_init ( void )
void timeshift_term ( void )
{
timeshift_filemgr_term();
free(timeshift_path);
timeshift_path = NULL;
}
/*