diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/remembering-c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remembering-c.c b/src/remembering-c.c index b67e71c..108d246 100644 --- a/src/remembering-c.c +++ b/src/remembering-c.c @@ -104,6 +104,7 @@ static char *get_profile_file(const char *const profile, FILE *stream) { strcat(profile_file, "/"); strcat(profile_file, profile); + free(home); return profile_file; } |