fixed memory leaks
This commit is contained in:
6
config.h
6
config.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user