优化
This commit is contained in:
parent
764491d70a
commit
15b093d3f6
10
conf.c
10
conf.c
@ -212,7 +212,6 @@ void read_conf(char *filename, conf * configure)
|
||||
|
||||
void free_conf(conf * conf)
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
if (conf->DAEMON)
|
||||
free(conf->DAEMON);
|
||||
if (conf->PHONE)
|
||||
@ -228,15 +227,6 @@ void free_conf(conf * conf)
|
||||
if (conf->PUBLIC_IP)
|
||||
free(conf->PUBLIC_IP);
|
||||
|
||||
=======
|
||||
free(conf->DAEMON);
|
||||
free(conf->PHONE);
|
||||
free(conf->DING_WEBHOOK);
|
||||
free(conf->SEND_QQ);
|
||||
free(conf->QQMAIL_KEY);
|
||||
free(conf->RECV_MAIL);
|
||||
|
||||
>>>>>>> 969927106ef9eb03564fd5e1501260cc1b957d4a
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user