diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:26 +0200 |
commit | efa7ac2eef94614ed6e8481b57b00cf25239581b (patch) | |
tree | 94efbb77a19adf478522014f314edf5ff51a8eca /get-contact-file.c | |
parent | m + add chat utils (diff) | |
download | contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.gz contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.bz2 contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
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; } |