~epics-core/epics-base/ioc-shutdown

« back to all changes in this revision

Viewing changes to src/ioc/db/dbScan.c

  • Committer: Michael Davidsaver
  • Date: 2013-10-11 23:03:07 UTC
  • Revision ID: mdavidsaver@bnl.gov-20131011230307-7wjk10k8w319nee4
cleanup dbScan

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
 
163
163
    deletePeriodic();
164
164
 
 
165
    epicsRingPointerDelete(onceQ);
 
166
 
165
167
    epicsEventDestroy(startStopEvent);
 
168
    epicsEventDestroy(onceSem);
 
169
    onceSem = startStopEvent = NULL;
 
170
 
 
171
    free(periodicTaskId);
 
172
    papPeriodic = NULL;
 
173
    periodicTaskId = NULL;
166
174
}
167
175
 
168
176
static void scanExit(void *arg)