summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/pacsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pacsort.c b/src/util/pacsort.c
index 082ba728..8236c959 100644
--- a/src/util/pacsort.c
+++ b/src/util/pacsort.c
@@ -383,9 +383,9 @@ int main(int argc, char *argv[])
for(i = 0; i < list->count; i++) {
printf("%s%c", list->list[i], linedelim);
}
- list_free(list);
}
+ list_free(list);
buffer_free(buffer);
return 0;