MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / destroy_timer

Function destroy_timer

timer.c:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209
210void destroy_timer(void)
211{
212 if (jiffies){
213 shm_free(jiffies); jiffies=0;
214 shm_free(ujiffies); ujiffies=0;
215 }
216}
217
218
219

Callers 1

cleanupFunction · 0.85

Calls 1

shm_freeFunction · 0.85

Tested by

no test coverage detected