void freeSFlowSettings(HSPSFlowSettings *sFlowSettings) {
   if(sFlowSettings) {
     clearApplicationSettings(sFlowSettings);
     clearAgentCIDRs(sFlowSettings);
     clearCollectors(sFlowSettings);
     my_free(sFlowSettings);
   }
 }
Example #2
0
void freeSFlowSettings(HSPSFlowSettings *sFlowSettings) {
	clearCollectors(sFlowSettings);
	my_free(sFlowSettings);
}