Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timeshift: fix simple memory leak
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 691b97c commit 2699d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/timeshift.c
Expand Up @@ -87,6 +87,8 @@ void timeshift_init ( void )
void timeshift_term ( void )
{
timeshift_filemgr_term();
free(timeshift_path);
timeshift_path = NULL;
}

/*
Expand Down

0 comments on commit 2699d86

Please sign in to comment.