fixed memory leaks

This commit is contained in:
2023-08-14 23:30:54 +02:00
parent 5d82ad37f7
commit fc6ef0f267
11 changed files with 106 additions and 85 deletions

View File

@@ -2,8 +2,8 @@
#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_runpath = "/home/ziggi/projects/jcomp/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/projects/jcomp/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/projects/jcomp//cworker.conf";
static const char *srv_runpath = "/home/ziggi/Projects/jcomp/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/Projects/jcomp/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/Projects/jcomp//cworker.conf";
#endif