diff options
Diffstat (limited to 'get-contact-file.c')
-rw-r--r-- | get-contact-file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/get-contact-file.c b/get-contact-file.c index e244941..535d2f1 100644 --- a/get-contact-file.c +++ b/get-contact-file.c @@ -1,8 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -/* Useful for deleting or backing up contacts */ - USAGE("contact-id"); @@ -30,5 +28,6 @@ main(int argc, char *argv[]) if (fflush(stdout) || ferror(stdout) || fclose(stdout)) eprintf("printf:"); + free(path); return 0; } |