summaryrefslogtreecommitdiff
path: root/src/jobs.c
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-29 16:50:34 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-29 17:12:21 +0530
commit3b4bcede398591bc2fdb9836e5e21a7f1913191d (patch)
treeeea33b17dbe32a339f17caf9dc8e6d0dafafad25 /src/jobs.c
parentc5adc83694838ecd0a042263949a9d5e950f5878 (diff)
c: clean up
Diffstat (limited to 'src/jobs.c')
-rw-r--r--src/jobs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jobs.c b/src/jobs.c
index 8f4efb1..8410522 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -1,9 +1,9 @@
#include <errno.h>
+#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <regex.h>
#include <cjson/cJSON.h>
#include <sqlite3.h>
@@ -552,7 +552,6 @@ int job_read(FILE *stream, struct job **job)
ret = JOB_READ_SUCCESS;
}
-
out_free:
cJSON_Delete(root);
if (ret != JOB_READ_SUCCESS)