test
This commit is contained in:
parent
3e1ae21d5d
commit
970a3755f3
|
@ -280,6 +280,7 @@ SWITCH_DECLARE(void) switch_delete_profile_timer(switch_profile_timer_t **p)
|
|||
if (!p) return;
|
||||
|
||||
#ifdef __linux__
|
||||
test
|
||||
close((*p)->procfd);
|
||||
#endif
|
||||
free(*p);
|
||||
|
|
Loading…
Reference in New Issue