diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/pacsort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/pacsort.c b/src/util/pacsort.c index 665f2180..c59ba131 100644 --- a/src/util/pacsort.c +++ b/src/util/pacsort.c @@ -227,6 +227,7 @@ static struct input_t *input_new(const char *path, int pathlen) in->data = strndup(path, pathlen); if(in->data == NULL) { + free(in); return NULL; } |