aqhome-react, aqhome: added units/functions for handling local variables.
This commit is contained in:
@@ -50,10 +50,13 @@ int AqHomeReact_Fini(AQHOME_REACT *aqh)
|
||||
|
||||
AQHREACT_Unit_List_Clear(aqh->unitList);
|
||||
aqh->timerUnit=NULL;
|
||||
aqh->varChangeUnit=NULL;
|
||||
aqh->serverVarChangeUnit=NULL;
|
||||
aqh->localVarChangeUnit=NULL;
|
||||
|
||||
if (aqh->pidFile)
|
||||
remove(aqh->pidFile);
|
||||
|
||||
AQH_Vars_free(aqh->localVars);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user